diff --git a/huaheng-wms-core/src/main/java/org/jeecg/modules/wms/monitor/job/SelfCheck.java b/huaheng-wms-core/src/main/java/org/jeecg/modules/wms/monitor/job/SelfCheck.java index 7817020..b6cf377 100644 --- a/huaheng-wms-core/src/main/java/org/jeecg/modules/wms/monitor/job/SelfCheck.java +++ b/huaheng-wms-core/src/main/java/org/jeecg/modules/wms/monitor/job/SelfCheck.java @@ -365,8 +365,8 @@ public class SelfCheck implements Job { systemSync.selfCheckData(null, msg, msg, DateUtil.offsetDay(new Date(), 1), "H"); } } else { - log.info("自检完成,库位:" + locationList + "存在任务,但库位未锁定"); - String msg = "库位:" + locationList + "存在任务,但库位未锁定"; + log.info("自检完成,库位:" + taskLocation + "存在任务,但库位未锁定"); + String msg = "库位:" + taskLocation + "存在任务,但库位未锁定"; systemSync.selfCheckData(null, msg, msg, DateUtil.offsetDay(new Date(), 1), "H"); } }