heshaofeng
7 天以前 094889f27d4bda5116747a2dcc57724a9d5e90d7
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Inbound/InboundOrderController.cs
@@ -215,9 +215,9 @@
        }
        [HttpPost, Route("UndoPalletGroup"), AllowAnonymous, MethodParamsValidate]
        public WebResponseContent UndoPalletGroup(string palletCode)
        public WebResponseContent UndoPalletGroup(string palletCode,string barcode="")
        {
            return Service.UndoPalletGroup(palletCode);
            return Service.UndoPalletGroup(palletCode,barcode);
        }
        /// <summary>
        ///