啊鑫
2 天以前 a3a5db87cd11f10efd42eee49e7977c5360e1b55
MES.Service/service/QC/XJService.cs
@@ -111,6 +111,8 @@
    {
        var db = SqlSugarHelper.GetInstance();
        int totalCount = 0;
        var id = Convert.ToDecimal(queryObj.id);
        string[]? lineNo = null;
@@ -154,8 +156,7 @@
                FcheckResu = s.FcheckResu,
                Remarks = s.Remarks
            }).OrderBy(s => s.CreateDate, OrderByType.Desc);
           var totalCount = query.Count();
        var items = query.ToPageList(queryObj.PageIndex, queryObj.Limit);
        var items = query.ToPageList(queryObj.PageIndex, queryObj.Limit,ref totalCount);
        return (items, totalCount);
    }