From 6a7fac179915934e602c4b97ab3107b0d1c9db1f Mon Sep 17 00:00:00 2001 From: cabbage <281119120@qq.com> Date: Thu, 3 Jul 2025 09:46:06 +0800 Subject: [PATCH] =?UTF-8?q?##=20=E7=A7=92=E7=BB=93=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E8=AF=AD=E5=8F=A5=E8=B0=83=E6=95=B4=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/bonus/achieve/CuMemberRetailRangeMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bd-business/bd-business-bonus/src/main/resources/mapper/bonus/achieve/CuMemberRetailRangeMapper.xml b/bd-business/bd-business-bonus/src/main/resources/mapper/bonus/achieve/CuMemberRetailRangeMapper.xml index 15cc7f96..875225af 100644 --- a/bd-business/bd-business-bonus/src/main/resources/mapper/bonus/achieve/CuMemberRetailRangeMapper.xml +++ b/bd-business/bd-business-bonus/src/main/resources/mapper/bonus/achieve/CuMemberRetailRangeMapper.xml @@ -760,7 +760,7 @@ nvl(b.all_team_box_num, 0) + a.all_team_new_box_num all_team_box_num, nvl(b.all_team_month_box_num, 0) + a.all_team_new_pv all_team_month_box_num, nvl(b.all_team_consume_pv, 0) + a.all_team_new_box_num all_team_consume_pv, - nvl(b.all_team_month_pv, 0) + a.all_team_new_pv all_team_month_pv, + nvl(b.all_team_month_pv, 0) + a.all_team_new_pv all_team_month_pv from cu_member cm left join ${secondTableName} a on cm.pk_id = a.pk_member