Преглед изворни кода

//offlineActivity

release_toaliyun_real
xiaohu пре 1 година
родитељ
комит
4b2b934302
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxOfflineActivityRecordMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxOfflineActivityRecordMapper.xml Прегледај датотеку

@@ -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}


Loading…
Откажи
Сачувај