啊鑫
2024-09-24 251dfa31818b7ae1803117b72376b82841f0c542
MESApplication/Controllers/QC/RKJController.cs
@@ -136,7 +136,7 @@
        {
            dynamic resultInfos = new ExpandoObject();
            var (items, totalCount) = new RKJService().getPage(queryObj);
            var tbBillList =items;
            var tbBillList = items;
            resultInfos.tbBillList = tbBillList;
            return new ResponseResult
            {