Explorar el Código

//offlineActivity

release_toaliyun_real
xiaohu hace 1 año
padre
commit
4b2b934302
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxOfflineActivityRecordMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxOfflineActivityRecordMapper.xml Ver fichero

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


Cargando…
Cancelar
Guardar