如洲 陈
2025-09-19 e4a50484f60a8859d5b705dae11f65fc9516bb1e
MESApplication/Controllers/QC/XJController.cs
@@ -217,9 +217,10 @@
        try
        {
            dynamic resultInfos = new ExpandoObject();
            var tbBillList =
                new XJService().getPage(queryObj);
            var (tbBillList, totalCount) =
                new XJService().getPageWithTotal(queryObj);
            resultInfos.tbBillList = tbBillList;
            resultInfos.totalCount = totalCount;
            return new ResponseResult
            {
                status = 0,