|
@@ -328,7 +328,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
a.invest_head, a.previous_financing, a.financing_stage, a.financing_condition, a.financing_money, a.financing_date, a.invest_sparkle, a.invest_valuation, a.invest_money, a.invest_type, a.invest_ploy, a.invest_worth, a.shareholding,
|
|
a.invest_head, a.previous_financing, a.financing_stage, a.financing_condition, a.financing_money, a.financing_date, a.invest_sparkle, a.invest_valuation, a.invest_money, a.invest_type, a.invest_ploy, a.invest_worth, a.shareholding,
|
|
|
a.project_stage, a.project_state, a.mark, a.approval_flag, a.investigate_flag, a.decision_flag, a.del_flag, a.create_by, a.create_time, a.update_by, a.update_time, a.status,a.project_status,
|
|
a.project_stage, a.project_state, a.mark, a.approval_flag, a.investigate_flag, a.decision_flag, a.del_flag, a.create_by, a.create_time, a.update_by, a.update_time, a.status,a.project_status,
|
|
|
b.id companyId, b.company_name, b.project_pool_id, b.filing_time, b.company_code, b.start_time, b.end_time, b.registered_capital, b.registered_address, b.paid_capital, b.business_address, b.actual_bod, b.phone, b.type,
|
|
b.id companyId, b.company_name, b.project_pool_id, b.filing_time, b.company_code, b.start_time, b.end_time, b.registered_capital, b.registered_address, b.paid_capital, b.business_address, b.actual_bod, b.phone, b.type,
|
|
|
- c.id, c.name, c.position, c.contact,
|
|
|
|
|
|
|
+ c.id contactId, c.name, c.position, c.contact,
|
|
|
d.channel_name, d.channel_code, d.channel_type, d.channel_group, d.channel_blurb, d.contacts, d.telephone, d.address, d.channel_head,
|
|
d.channel_name, d.channel_code, d.channel_type, d.channel_group, d.channel_blurb, d.contacts, d.telephone, d.address, d.channel_head,
|
|
|
p.PROC_INST_ID_ as 'procInsId',
|
|
p.PROC_INST_ID_ as 'procInsId',
|
|
|
p.PROC_DEF_ID_ as 'procDefId',
|
|
p.PROC_DEF_ID_ as 'procDefId',
|
|
@@ -369,6 +369,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
)
|
|
)
|
|
|
and a.del_flag in ("0","2")
|
|
and a.del_flag in ("0","2")
|
|
|
<include refid="where_sql"></include>
|
|
<include refid="where_sql"></include>
|
|
|
|
|
+ GROUP BY a.id
|
|
|
</select>
|
|
</select>
|
|
|
<select id="getMyDoneTaskList" resultMap="TProjectPoolVoResult">
|
|
<select id="getMyDoneTaskList" resultMap="TProjectPoolVoResult">
|
|
|
select a.id,a.proc_inst_id,a.project_name, d.channel_group project_group, a.record_date, a.project_code, a.channel, a.contact_date, a.project_date, a.decision_date, a.industry, a.company, a.description, a.project_contacts,
|
|
select a.id,a.proc_inst_id,a.project_name, d.channel_group project_group, a.record_date, a.project_code, a.channel, a.contact_date, a.project_date, a.decision_date, a.industry, a.company, a.description, a.project_contacts,
|