Explorar el Código

//activity v.2

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

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

@@ -63,7 +63,7 @@
activity_end_time,activity_status,create_date, activity_end_time,activity_status,create_date,
update_date) update_date)
values values
<foreach collection="awardList" item="item" index="index" separator=",">
<foreach collection="activityList" item="item" index="index" separator=",">
(#{item.id,jdbcType=BIGINT}, (#{item.id,jdbcType=BIGINT},
#{item.specialTopicId,jdbcType=BIGINT},#{item.activityId,jdbcType=BIGINT},#{item.activityType,jdbcType=SMALLINT}, #{item.specialTopicId,jdbcType=BIGINT},#{item.activityId,jdbcType=BIGINT},#{item.activityType,jdbcType=SMALLINT},
#{item.activityName,jdbcType=VARCHAR},#{item.activityCreateDate,jdbcType=TIMESTAMP},#{item.activityStartTime,jdbcType=TIMESTAMP}, #{item.activityName,jdbcType=VARCHAR},#{item.activityCreateDate,jdbcType=TIMESTAMP},#{item.activityStartTime,jdbcType=TIMESTAMP},


Cargando…
Cancelar
Guardar