|
|
|
@@ -271,7 +271,7 @@ |
|
|
|
|
|
|
|
<update id="updateIncreasedPoints"> |
|
|
|
update wx_offline_activity_record |
|
|
|
set increased_points = #{increased_points} |
|
|
|
set increased_points = #{increasedPoints} |
|
|
|
where id = #{id} |
|
|
|
<if test=" null != tenantId and '' != tenantId"> |
|
|
|
and `tenant_id` = #{tenantId} |
|
|
|
|