shishuaikang
2023-12-05 689a2a39f649ea277bbd9399031df96bc865526a
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">