更新时不再自动匹配图库,以提升服务器性能

This commit is contained in:
liyj 2025-11-05 09:13:48 +08:00
parent 5c6bf1bb3f
commit b9d4d8744f

View File

@ -672,8 +672,10 @@ public class SyncThirdDataServiceImpl extends SyncBaseThirdSxAbstract implements
// logger.error("同步时间失败" + e.getMessage()); // logger.error("同步时间失败" + e.getMessage());
// } // }
productMappingService.syncAllProductMapping(Integer.valueOf(storeId),DicEnum.YESORNO_0.getCode()); productMappingService.syncAllProductMapping(Integer.valueOf(storeId),DicEnum.YESORNO_0.getCode());
if(ObjectUtil.isNull(storeDbConfig.getRefreshTime())){
syncShopImages(Integer.valueOf(storeId));//同时商品图库数据 syncShopImages(Integer.valueOf(storeId));//同时商品图库数据
} }
}
@Override @Override
@Async @Async