wxw
2024-07-18 1d2b40eb2d8d8f8cf2bf31111057b4d584728f7a
Wms/Wms/Controllers/BllAsnController.cs
@@ -168,6 +168,10 @@
                {
                    throw new Exception("未获取到用户信息");
                }
                if (string.IsNullOrWhiteSpace(model.ASNNo))
                {
                    throw new Exception("单据号不可为null!");
                }
                model.CreateUser = int.Parse(UserId);
                string strMesage = _arrivalNoticeSvc.EditArrivalNotice(model);