hudong
2025-06-05 f3ad86fe50a0d2ba81b203517184264eea7bf0c0
core/WCSCore.cs
@@ -101,7 +101,26 @@
                WMSHelper.UpdateTaskState(optask);
            }
        }
        //public static bool SendCd()
        //{
        //    var result = false;
        //    var dic = new Dictionary<string, string>();
        //    var dic1 = new Dictionary<string, string>();
        //    dic.Add("ExtDeviceNo", "1");
        //    //判断
        //    var res = NDC.OrderAdd(99, dic, dic1);
        //    if (res != null && (res.Res.ErrCode == 0 || res.Res.ErrCode == 50009))
        //    {
        //        result = true;
        //    }
        //    return result;
        //}
        /// <summary>
        /// 任务分发,根据调度类型发给不同的调度系统
        /// </summary>