Wms/Wms/Controllers/BllAsnController.cs
@@ -16,6 +16,7 @@ using System.Diagnostics; using Model.ModelDto.SysDto; using static System.Reflection.Metadata.BlobBuilder; using WMS.DAL; namespace Wms.Controllers { @@ -63,6 +64,7 @@ [ServiceFilter(typeof(ApiResponseActionFilter))] public async Task<SqlSugarPagedList> GetArrivalNoticeList(ArrivalNoticeVm model) { var models = Common.GetCarPath("141401", "040401", 1,"1"); RefAsync<int> count = new RefAsync<int>(); var bolls = await _arrivalNoticeSvc.GetArrivalNoticeList(model, count);