core/Monitor.cs
@@ -22,7 +22,7 @@
                var inboundDataList = db.Queryable<TN_Inbound_DataRecord>().ToList();
                
                if (inboundDataList.Count == 0 ) {
                    LogHelper.Info($"轮询:入库信息同步:当前没有待同步的ERP物料信息");
                    LogHelper.Debug($"轮询:入库信息同步:当前没有待同步的ERP物料信息");
                    return;
                }
@@ -151,7 +151,7 @@
                var outboundDataList = db.Queryable<TN_Outbound_DataRecord>().ToList();
                if (outboundDataList.Count== 0 ) {
                    LogHelper.Info($"轮询:出库信息同步:当前没有待同步的ERP物料信息");
                    LogHelper.Debug($"轮询:出库信息同步:当前没有待同步的ERP物料信息");
                    return;
                }