#
luxiaotao1123
2021-11-24 c58b3e345dcc7c83f776e3da9bd0db7ef7b32caf
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);
                }