无关风月
2025-07-02 f287dfb5249618bf821626e76b7ce8d8f74d6b99
ruoyi-system/src/main/resources/mapper/system/TProjectDeptMapper.xml
@@ -31,7 +31,7 @@
            and t1.status = #{query.status}
        </if>
        and t1.`disabled`  = ${@com.ruoyi.common.enums.DisabledEnum@NO.getCode()}
        and t1.parent_id = 0
        group by t1.id
        order by t1.create_time desc
    </select>