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