lss
6 天以前 12b23fd53333bbf16d5fb6b4ef88546a372a0d71
HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/api/ApiHelper.cs
@@ -37,9 +37,9 @@
        #region 佳通合肥接口业务
        public static object _lockCreateTask = new object();
        public static object _lockCreateItem = new object();
        public static object _lockCreateTask = new object();
        /// <summary>
        /// 立库任务下发=》创建任务
        /// </summary>
@@ -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
                        {