xiangpei
2025-02-13 efb5f90cef151c35a953cc88284482f8023cdc1a
business/src/main/resources/mapper/ProjectInfoMapper.xml
@@ -96,7 +96,7 @@
            TPURI.contact_address as TPURI_contact_address,
            TPURI.post_code as TPURI_post_code,
            TPURI.email as TPURI_email,
            TPI.coding,d.dept_name as project_owner_unit_name
            d.dept_name as project_owner_unit_name
        FROM
            t_project_info TPI
        LEFT JOIN t_project_investment_funding TPIF ON TPI.id = TPIF.project_id and TPIF.deleted = 0