From 1c5d7b4b5b9d7fab7d10be4775ea5ba4420aeecc Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期二, 03 八月 2021 13:40:11 +0800 Subject: [PATCH] 今日开发 会员提现申请发起接口,会员提现申请审批 --- zhengcaioa/Services/SysCodeService.cs | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/zhengcaioa/Services/SysCodeService.cs b/zhengcaioa/Services/SysCodeService.cs index 527653b..c838a9f 100644 --- a/zhengcaioa/Services/SysCodeService.cs +++ b/zhengcaioa/Services/SysCodeService.cs @@ -33,11 +33,11 @@ (searchEntity.Comments == "" ? true : s.Comments.Contains(searchEntity.Comments)) && (searchEntity.RecStatus == "" ? s.RecStatus == "A" : s.RecStatus == searchEntity.RecStatus) ).ToList(); - if (searchEntity.totalrows == 0) - { + //if (searchEntity.totalrows == 0) + //{ //鑾峰彇鎬绘暟 searchEntity.totalrows = listCode.Count; - } + //} var list = listCode.Skip((searchEntity.page - 1) * searchEntity.rows).Take(searchEntity.rows).ToList(); var listSysCode = new List<SysCodeEntity>(); if (list.Count > 0) @@ -406,11 +406,11 @@ select a ).OrderBy(x=>x.Sort).ToList(); - if (searchEntity.totalrows == 0) - { + //if (searchEntity.totalrows == 0) + //{ //鑾峰彇鎬绘暟 searchEntity.totalrows = listCode.Count; - } + //} var list = listCode.Skip((searchEntity.page - 1) * searchEntity.rows).Take(searchEntity.rows).ToList(); var listSysCode = new List<SysCodeDtlEntity>(); -- Gitblit v1.9.1