From 94029ada029f1659cb4b53d8dc9dc9c3784b563a Mon Sep 17 00:00:00 2001 From: cabbage <281119120@qq.com> Date: Thu, 30 Oct 2025 17:31:59 +0800 Subject: [PATCH] =?UTF-8?q?##=20=E7=BB=93=E7=AE=97=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E5=A5=96=E8=A1=94=E6=94=B9=E4=B8=BA=E9=80=BB=E8=BE=91=E5=88=A0?= =?UTF-8?q?=E9=99=A4=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bonus/detail/CuMemberAwardsMapper.xml | 36 +++++++++++-------- 1 file changed, 21 insertions(+), 15 deletions(-) diff --git a/bd-business/bd-business-bonus/src/main/resources/mapper/bonus/detail/CuMemberAwardsMapper.xml b/bd-business/bd-business-bonus/src/main/resources/mapper/bonus/detail/CuMemberAwardsMapper.xml index 572e19d1..6bcd33da 100644 --- a/bd-business/bd-business-bonus/src/main/resources/mapper/bonus/detail/CuMemberAwardsMapper.xml +++ b/bd-business/bd-business-bonus/src/main/resources/mapper/bonus/detail/CuMemberAwardsMapper.xml @@ -4,21 +4,21 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + @@ -60,7 +60,13 @@ + update cu_member_awards + set DEL_FLAG = 1, + MODIFIED_TIME = sysdate + where period = #{period} and up_type = 1 +