浏览代码

Merge branch 'release_toaliyun_real' of https://git.malls.iformall.com/server/formallProject into release_toaliyun_real

release_toaliyun_real
winter 2 年前
父节点
当前提交
72cfc97697
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxLegionActivityUserMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxLegionActivityUserMapper.xml 查看文件

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


正在加载...
取消
保存