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