src/main/java/org/springblade/modules/system/mapper/UserMapper.xml
@@ -95,4 +95,8 @@ SELECT id, tenant_id, user_type, account, name, real_name, email, phone, birthday, role_id, dept_id, post_id FROM blade_user ${ew.customSqlSegment} </select> <update id="updateUser"> update blade_user set hold=#{hold} where cardid=#{cardid} </update> </mapper>