HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/wms/WCSHelper.cs
@@ -171,8 +171,10 @@ } return res; } public static object _add; internal static bool AddActionRecord(string no, int state, string forkliftNo, string extData) { var db = new SqlHelper<TaskAction>().GetInstance(); var action = new TaskAction() @@ -184,6 +186,8 @@ S_DATA = extData }; return db.Insertable(action).ExecuteCommand() > 0; } internal static bool CheckActionRecordExist(string no, int code) {