huawei
7 天以前 e286264a833fe52862690ad06d72ad04df5c77dc
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,