linhw 2024-05-08 11:33:09 +08:00
parent b773612966
commit c00a5e0b34
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</select>
<update id="updateAppUserById" parameterType="java.lang.Long">
update app_user set is_member = 1
update app_user set is_member = 1,update_time = now()
where id in
<foreach collection="ids" item="item" open="(" separator="," close=")">
#{item}