啊鑫
2024-09-21 049c1891f1dcede1fe81320992e61c34f661898b
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
            {