linwei
2024-01-24 06cfb877e693d328fdcaa497f0f2a6bb14e17435
src/main/java/org/springblade/modules/system/mapper/DeptMapper.xml
@@ -75,6 +75,10 @@
        <if test="param2!=null and param2!=''">
            and parent_id = #{param2}
        </if>
        <if test="param3!=null and param3!=''">
            and id = #{param3}
        </if>
        ORDER BY sort
    </select>