src/main/resources/mapper/modules/MallLeaderAchieveMapper.xml
@@ -15,7 +15,7 @@ <update id="updateByUniqueCodeStateAndTime"> update mall_leader_achieve set state = 2, UPDATED_TIME = new Date() UPDATED_TIME = #{updateTime} where unique_code = #{uniqueCode} and state = 1 and date_format(CREATED_TIME, '%Y-%m-%d') = date_format(#{offsetDay}, '%Y-%m-%d')