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">