智慧保安后台管理-外网项目备份
Administrator
2021-11-22 834f4b42af823fc58c43ce99e330dbeb2b98df5d
src/main/java/org/springblade/modules/system/mapper/UserMapper.xml
@@ -133,7 +133,7 @@
        <if test="user.examinationType!=null and user.examinationType != ''">
            and bu.examination_type = #{user.examinationType}
        </if>
        ORDER BY bu.id
        ORDER BY bu.id desc
    </select>
    <select id="selectUserPage" resultMap="userResultMap">
@@ -190,7 +190,7 @@
        <if test="user.examinationType!=null and user.examinationType != ''">
            and examination_type = #{user.examinationType}
        </if>
        ORDER BY bu.id
        ORDER BY bu.id desc
    </select>
    <select id="getUser" resultMap="userResultMap">