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);