叶松
2023-12-08 c396ea93141d343822d0cca984e90f840b8aaa55
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">