MESApplication/Controllers/QC/XJController.cs
@@ -236,14 +236,14 @@ try { dynamic resultInfos = new ExpandoObject(); var tbBillList = new XJService().getPage(queryObj); resultInfos.tbBillList = tbBillList; var (items, totalCount) = new XJService().getPage(queryObj); resultInfos.tbBillList = items; return new ResponseResult { status = 0, message = "OK", data = resultInfos data = resultInfos, TotalCount = totalCount }; } catch (Exception ex)