Merge remote-tracking branch 'origin/main'

This commit is contained in:
Jack 2025-11-05 15:13:03 +08:00
commit 12fbd15a66

View File

@ -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