Sfoglia il codice sorgente

//legionActivity

release_toaliyun_real
xiaohu 1 anno fa
parent
commit
8a0b988d24
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxLegionActivityUserMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxLegionActivityUserMapper.xml Vedi File

@@ -142,7 +142,7 @@


<update id="updateStatus" parameterType="com.iformall.domain.po.WxLegionActivityUser"> <update id="updateStatus" parameterType="com.iformall.domain.po.WxLegionActivityUser">
update wx_legion_activity_user update wx_legion_activity_user
set `status` = #{Status},
set `status` = #{status},
`update_date` = #{updateDate} `update_date` = #{updateDate}
where 1 = 1 where 1 = 1
<if test=" null != id "> <if test=" null != id ">


Caricamento…
Annulla
Salva