@@ -204,10 +204,10 @@
</if>
where create_id = #{userId,jdbcType=BIGINT}
<if test="type ==0">
- and status = 1
+ and status in (1)
<if test="type ==1 or type ==2">
- and status = 0
+ and status in (0,2)
</update>
<update id="userRecordMerge">