|
@@ -354,7 +354,7 @@ public class GoodsServiceImpl extends ServiceImpl<GoodsMapper, Goods> implements
|
|
|
}
|
|
|
|
|
|
//商品同步新机构时间
|
|
|
- List<SysGoodsCopyRecord> copyRecords = iSysGoodsCopyRecordService.getGoodsCopy(goods.getGoodsId(),GoodsCopyEnum.GOODS.getType());
|
|
|
+ /*List<SysGoodsCopyRecord> copyRecords = iSysGoodsCopyRecordService.getGoodsCopy(goods.getGoodsId(),GoodsCopyEnum.GOODS.getType());
|
|
|
if (CollectionUtils.isNotEmpty(copyRecords)){
|
|
|
Map<Long, List<SysGoodsCopyRecord>> map = copyRecords.stream().collect(Collectors.groupingBy(SysGoodsCopyRecord::getTenantId));
|
|
|
List<String> msg = new ArrayList<>();
|
|
@@ -364,7 +364,7 @@ public class GoodsServiceImpl extends ServiceImpl<GoodsMapper, Goods> implements
|
|
|
msg.add(String.format("%s【最新同步时间:%s】",tenant.getTenantName(),DateUtils.timestampToDateFormat(record.getCreateTime(),"yyyy-MM-dd HH:mm:ss")));
|
|
|
});
|
|
|
goods.setCopyTime(msg);
|
|
|
- }
|
|
|
+ }*/
|
|
|
});
|
|
|
//继教二建统计学时
|
|
|
if (Validator.isNotEmpty(bo.getChapterNum())) {
|