快乐的昕的电脑
9 天以前 ff811781abc0e854c4a7dad7da8f533939a001a0
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,