啊鑫
2024-09-22 5e11da1d662cd0c629ab2d854de2e5babb399ca3
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
            {