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