hd/pipe/StaffManage/src/main/resources/mapping/PlatUserMapper.xml
@@ -109,9 +109,12 @@ <if test="userId !=null and userId !=''"> sdu.user_id=#{userId} AND </if> <if test="userType !=null and userType !=''"> spu.user_type=#{userType} AND </if> </trim> </where> order by spu.create_time desc </select> <select id="queryForPullDownDorm" resultType="com.thhy.staff.modules.biz.platuser.entity.PlatUserPullDown">