智慧保安后台管理-外网
tangzy
2021-08-26 97f4c8f1aeea0b973d302d25bbf60c82dddf9a8d
src/main/java/org/springblade/modules/system/mapper/UserMapper.xml
@@ -106,7 +106,10 @@
            and bu.user_type = #{user.userType}
        </if>
        <if test="user.securitynumber!=null and user.securitynumber != ''">
            and bu.securitynumber = #{user.securitynumber}
            and bu.securitynumber like concat('%', #{user.securitynumber},'%')
        </if>
        <if test="user.cardid!=null and user.cardid != ''">
            and bu.cardid like concat('%', #{user.cardid},'%')
        </if>
        <if test="user.examinationType!=null and user.examinationType != ''">
            and bu.examination_type = #{user.examinationType}