叶松
2023-11-29 8428bf7e11fe22cdccbe2c9ccf76cf090c05996c
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">