啊鑫
2024-09-24 297eec3030b5b4388eccdea56bc1d42469921b0f
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
            {