zhangherong
2025-03-04 b7e49b796b616d692584a8a96f7af0ef21a367b8
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>