#
luxiaotao1123
2021-11-23 0a060d5b56ae812711ae0e3def576263f71fcb3c
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);
                }