Lius
2025-07-17 b9dd4ee107e848428d6425d6e26b9f4354dbf00b
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>