啊鑫
9 天以前 59af98c2aeb6c40d820e8d5c2f9f6764f57721bd
Controllers/Warehouse/MesXsckController.cs
@@ -12,7 +12,7 @@
/// </summary>
[Route("api/[controller]")]
[ApiController]
public class MesXsckController : ControllerBase
public class MesXsckController : BaseController
{
    private readonly MesXsckManager _manager = new();
@@ -231,7 +231,7 @@
        try
        {
            dynamic resultInfos = new ExpandoObject();
            resultInfos.tbBillList = _manager.GetFHTZBillNo(query);
            resultInfos.tbBillList = _manager.GetFHTZBillNo(query, RequestInfo);
            return new ResponseResult
            {
                status = 0,
@@ -266,7 +266,7 @@
        try
        {
            dynamic resultInfos = new ExpandoObject();
            resultInfos.tbBillList = _manager.GetMesItemFHTZetailByBillNo(query);
            resultInfos.tbBillList = _manager.GetMesItemFHTZetailByBillNo(query, RequestInfo);
            return new ResponseResult
            {
                status = 0,