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 +