| | |
| | | using System.Dynamic; |
| | | using Masuit.Tools.Win32.AntiVirus; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using NewPdaSqlServer.Dto.service; |
| | | using NewPdaSqlServer.entity; |
| | |
| | | resultInfos.success = success; |
| | | resultInfos.pendingList = pendingList; |
| | | if(success.status == 2) |
| | | { |
| | | return new ResponseResult |
| | | { |
| | | status = Convert.ToInt32(success.status), |
| | | message = success.message, |
| | | data = resultInfos.success |
| | | }; |
| | | } |
| | | return new ResponseResult |
| | | { |
| | | status = 0, |
| | |
| | | try |
| | | { |
| | | dynamic resultInfos = new ExpandoObject(); |
| | | resultInfos.tbBillList = _manager.GetMesItemWWBlDetailByBillNo(query); |
| | | resultInfos.tbBillList = |
| | | _manager.GetMesItemWWBlDetailByBillNo(query); |
| | | return new ResponseResult |
| | | { |
| | | status = 0, |