更新时不再自动匹配图库,以提升服务器性能
This commit is contained in:
parent
5c6bf1bb3f
commit
b9d4d8744f
@ -672,7 +672,9 @@ public class SyncThirdDataServiceImpl extends SyncBaseThirdSxAbstract implements
|
||||
// logger.error("同步时间失败" + e.getMessage());
|
||||
// }
|
||||
productMappingService.syncAllProductMapping(Integer.valueOf(storeId),DicEnum.YESORNO_0.getCode());
|
||||
syncShopImages(Integer.valueOf(storeId));//同时商品图库数据
|
||||
if(ObjectUtil.isNull(storeDbConfig.getRefreshTime())){
|
||||
syncShopImages(Integer.valueOf(storeId));//同时商品图库数据
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Loading…
Reference in New Issue
Block a user