111
lss
2 天以前 23c28e3c0437081a78a48e54dc066c87500fa8bc
HH.WCS.Mobox3 - 大车间/HH.WCS.Mobox3.JiaTong/api/MoboxController.cs
@@ -36,6 +36,18 @@
                    LogHelper.Info(result.msg);
                    return result;
                }
                if (taskWCS.N_B_STATE == 0)
                {
                    taskWCS.N_B_STATE = 4;
                    taskWCS.S_B_STATE = "鍙栨秷";
                    taskWCS.T_MODIFY = System.DateTime.Now;
                    db.Updateable<WCSTask>(taskWCS).ExecuteCommand();
                    result.code = "0";
                    result.msg = $"鎴愬姛";
                    LogHelper.Info(result.msg);
                    return result;
                }
                if (taskWCS.N_B_STATE == 3)
                {
                    result.code = "2";