From 1ad398118629bafe3601c86e5c8fc66f2ff7851a Mon Sep 17 00:00:00 2001 From: cabbage <281119120@qq.com> Date: Tue, 20 May 2025 11:15:51 +0800 Subject: [PATCH] =?UTF-8?q?##=20=E7=9C=8B=E6=9D=BF=E4=BC=9A=E5=91=98?= =?UTF-8?q?=E8=A1=A8=E5=AD=97=E6=AE=B5=E8=B0=83=E6=95=B4=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/system/board/BoardMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bd-business/bd-business-system/src/main/resources/mapper/system/board/BoardMapper.xml b/bd-business/bd-business-system/src/main/resources/mapper/system/board/BoardMapper.xml index 65c364fc..d2ffc622 100644 --- a/bd-business/bd-business-system/src/main/resources/mapper/system/board/BoardMapper.xml +++ b/bd-business/bd-business-system/src/main/resources/mapper/system/board/BoardMapper.xml @@ -42,7 +42,7 @@ bg.grade_value, nvl(a.member_total, 0) member_total, 0 sort - from (select cm.CU, count(1) member_total + from (select cm.PK_REGISTER_GRADE, count(1) member_total from cu_member cm where cm.del_flag = 0 and cm.pay_status = 1