src/main/java/zy/cloud/wms/common/service/task/DetectionScheduler.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/zy/cloud/wms/common/service/task/DetectionScheduler.java
@@ -84,6 +84,9 @@ now, // 添加事件 null // 备注 ); if (diffLogService.selectCount(new EntityWrapper<DiffLog>().eq("matnr", diffLog.getMatnr())) == 0) { diffLog.setMemo("新增"); } if (!diffLogService.insert(diffLog)) { log.error("{}商品数量差异!且保存失败!", matnr); }