智慧保安后台管理项目备份
tangzy
2021-07-08 29504e5001b4e7593dc114ebdb95db6122a67212
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>