bklLiudl
2024-07-17 bec134656a5a8057435d77f5f8154928fb2625f9
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);