| | |
| | | TPURI.wechat as TPURI_wechat, |
| | | TPURI.contact_address as TPURI_contact_address, |
| | | TPURI.post_code as TPURI_post_code, |
| | | TPURI.email as TPURI_email |
| | | TPURI.email as TPURI_email, |
| | | TPI.coding |
| | | FROM |
| | | t_project_info TPI |
| | | LEFT JOIN t_project_investment_funding TPIF ON TPI.id = TPIF.project_id and TPIF.deleted = 0 |
| | |
| | | LEFT JOIN t_project_process TPP ON TPI.id = TPP.project_id and TPP.deleted = 0 |
| | | <where> |
| | | TPI.deleted = 0 |
| | | and TPI.used_status = 2 |
| | | <if test="query.projectName !=null and query.projectName!=''"> |
| | | and TPI.project_name like concat('%',#{query.projectName},'%') |
| | | </if> |