Lius
2025-05-21 b60e0118f30b39784de9255e743d08967956c905
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcFeedbackMapper.xml
@@ -10,5 +10,6 @@
                LEFT JOIN mdc_production t2 ON t1.production_id = t2.id
        WHERE
            (t2.id = #{ productionId } OR t2.parent_id = #{ productionId })
        ORDER BY t1.create_time DESC
    </select>
</mapper>