| | |
| | | <result column="longitude" property="longitude" /> |
| | | <result column="latitude" property="latitude" /> |
| | | <result column="project_owner_unit" property="projectOwnerUnit" /> |
| | | <result column="project_owner_unit_name" property="projectOwnerUnitName" /> |
| | | <result column="project_contact_person" property="projectContactPerson" /> |
| | | <result column="contact" property="contact" /> |
| | | <result column="gmt_create_time" property="gmtCreateTime" /> |
| | |
| | | SELECT |
| | | PI.*, |
| | | TPP.process_def_id, |
| | | TPP.process_ins_id |
| | | TPP.process_ins_id, |
| | | d.dept_name as project_owner_unit_name |
| | | FROM |
| | | t_project_info PI |
| | | LEFT JOIN t_project_process TPP ON TPP.project_id = PI.id AND TPP.deleted = 0 |