Wms/WMS.BLL/HttpServer.cs
@@ -560,8 +560,6 @@ Db.BeginTran(); try { //添加巷道使用记录 var log = new SysRoadwayUseLog { @@ -593,7 +591,6 @@ Status = "1",//任务状态0:等待执行1正在执行2执行完成 OrderType = "0",//0 入库单 1 出库单 2 盘点单 3 移库单 Msg = "入库口到=>>" + locate.LocatNo + "的入库任务", //关键信息 }; Db.Insertable(inTask).ExecuteCommand(); var asnNo = ""; @@ -662,7 +659,6 @@ throw new Exception(ex.Message); } #endregion return comDto; }