lss
2025-07-07 ba528c7a15058967ee3af7364035209aa0048025
HH.WCS.Mobox3/HH.WCS.Mobox3.DaYang/process/TaskProcess.cs
@@ -128,24 +128,26 @@
                            //设备状态空则允许推送
                            if (DeviceStatu != null && DeviceStatu.Data.PhotoStatus == 0)
                            {
                                result = true;
                            }
                            else
                            {
                                LogHelper.Info($"Intercept:设备状态不允许推送");
                                result = true;
                            }
                        }
                        else
                        {
                            LogHelper.Info($"Intercept:获取接口url失败");
                            result = true;
                        }
                    }
                }
                if (mst.N_SCHEDULE_TYPE == 2)
                {
                    var task = WCSHelper.GetTaskByOpName(mst.S_OP_CODE, 3);
                    if (task != null)
                    if (task == null)
                    {
                        result = true;
                    }
@@ -157,7 +159,7 @@
                if (mst.N_SCHEDULE_TYPE == 1)
                {
                    var task = WCSHelper.GetTaskByOpName(mst.S_OP_CODE, 3);
                    if (task != null)
                    if (task == null)
                    {
                        result = true;
                    }