#
tqs
2023-12-05 a0b733a8b19b1db43395a96408098596ac3d2a86
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);
                }