Lius
2024-08-14 0094b9338179106ab59fac141816399ffff02359
update
已修改1个文件
1 ■■■■ 文件已修改
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcFeedbackMapper.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>