HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/api/ApiHelper.cs
@@ -146,6 +146,19 @@ AddErrorInfo("寻找出库货位失败", result.msg, Source); return result; } //endloc = db.Queryable<Location>().Where(a => a.S_CODE.Trim() == taskData.dropStation).First(); //if (endloc != null) //{ // End = taskData.dropStation; //} //else //{ // result.code = "1"; // result.msg = $"根据终点{End},找不到对应货位,请检查货位表"; // AddErrorInfo("货位查找失败", result.msg, Source); // return result; //} } else { @@ -154,6 +167,8 @@ AddErrorInfo("创建托盘失败", result.msg, Source); return result; } } else {