wangxinhui
昨天 011ca316e6ec2ed93e31c45a9ebd9d3c66664871
项目代码/WMS/WMSServices/WIDESEA_TaskInfoService/TaskService_Inbound.cs
@@ -975,7 +975,7 @@
                {
                    item.Count -= count.Count;
                }
                if (item.Count >= 50 && count?.Count<=2)
                if (item.Count >= 50 && count?.Count<=1)
                {
                    return item.RoadwayNo;
                }
@@ -2158,6 +2158,10 @@
                throw new Exception(ex.Message);
            }
        }
        /// <summary>
        /// 鎴愬搧缁勭洏
        /// </summary>
        /// <returns></returns>
        public WebResponseContent BoxingInBound(string stationCode,List<string> barCodes)
        {
            WebResponseContent content = new WebResponseContent();