zxl
2025-03-02 2d1d19503483833f2aa4ef572c4640ebcceb9d48
工程
1个文件已修改
2 ■■■■■ 已修改文件
business/src/main/resources/mapper/ProjectEngineeringMapper.xml 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
business/src/main/resources/mapper/ProjectEngineeringMapper.xml
@@ -93,6 +93,8 @@
            <if test="query.projectType != null and query.projectType != ''">
                AND TPE.project_type = #{query.projectType}
            </if>
        ORDER BY TPE.gmt_create DESC
    </select>
</mapper>