| | |
| | | <!-- <result column="management_centralization" property="managementCentralization" />--> |
| | | <result column="project_approval_type" property="projectApprovalType" /> |
| | | <result column="importance_type" property="importanceType" /> |
| | | <result column="year" property="year" /> |
| | | <result column="year_invest_amount" property="yearInvestAmount" /> |
| | | <!-- <result column="year" property="year" />--> |
| | | <!-- <result column="year_invest_amount" property="yearInvestAmount" />--> |
| | | <result column="create_project_time" property="createProjectTime" /> |
| | | <result column="plan_start_time" property="planStartTime" /> |
| | | <result column="plan_complete_time" property="planCompleteTime" /> |
| | |
| | | INNER JOIN t_project_info PI ON PP.project_id = PI.id AND PI.deleted = 0 AND PP.process_ins_id = #{processInsId} |
| | | </select> |
| | | |
| | | |
| | | <select id="getNormalInsIds" resultType="string"> |
| | | SELECT TPP.process_ins_id FROM t_project_info TPI INNER JOIN t_project_process TPP ON TPI.id = TPP.project_id AND TPI.deleted = 0 |
| | | </select> |
| | | |
| | | </mapper> |