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