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,