|
@@ -28,6 +28,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<result property="negotiateType" column="negotiate_type" />
|
|
<result property="negotiateType" column="negotiate_type" />
|
|
<result property="proposedContractor" column="proposed_contractor" />
|
|
<result property="proposedContractor" column="proposed_contractor" />
|
|
<result property="proposalProgress" column="proposal_progress" />
|
|
<result property="proposalProgress" column="proposal_progress" />
|
|
|
|
+ <result property="backReason" column="back_reason" />
|
|
<result property="rollingProcess" column="rolling_process" />
|
|
<result property="rollingProcess" column="rolling_process" />
|
|
<result property="complexType" column="complex_type" />
|
|
<result property="complexType" column="complex_type" />
|
|
<result property="isCasesTogether" column="is_cases_together" />
|
|
<result property="isCasesTogether" column="is_cases_together" />
|
|
@@ -58,7 +59,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
</resultMap>
|
|
</resultMap>
|
|
|
|
|
|
<sql id="selectProposalInfoVo">
|
|
<sql id="selectProposalInfoVo">
|
|
- select proposal_id, proposal_user_id, proposal_number, title, proposal_name, proposal_phone, boundary, party_affiliation, contact_address, category_id, category_name, proposal_type, proposal_content, is_jointly, is_publicity, content_publicity, is_survey, is_first, is_person, is_record, negotiate_type, proposed_contractor, proposal_progress, rolling_process, complex_type, is_cases_together, unite_proposal_id, satisfaction, members_opinion,
|
|
|
|
|
|
+ select proposal_id, proposal_user_id, proposal_number, title, proposal_name, proposal_phone, boundary, party_affiliation, contact_address, category_id, category_name, proposal_type, proposal_content, is_jointly, is_publicity, content_publicity, is_survey, is_first, is_person, is_record, negotiate_type, proposed_contractor, proposal_progress,back_reason, rolling_process, complex_type, is_cases_together, unite_proposal_id, satisfaction, members_opinion,
|
|
cbdwdfwy,zx_satisfaction,zx_opinion,is_key_point,key_point_argument,is_outstanding,outstanding_argument,create_by, create_time, update_by, update_time, remark from proposal_info
|
|
cbdwdfwy,zx_satisfaction,zx_opinion,is_key_point,key_point_argument,is_outstanding,outstanding_argument,create_by, create_time, update_by, update_time, remark from proposal_info
|
|
</sql>
|
|
</sql>
|
|
|
|
|
|
@@ -110,7 +111,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<select id="selectProposalInfoListByUser" resultMap="ProposalInfoResult">
|
|
<select id="selectProposalInfoListByUser" resultMap="ProposalInfoResult">
|
|
select p.proposal_id, p.proposal_user_id, p.proposal_number, p.title, p.proposal_name, p.proposal_phone, p.boundary, p.party_affiliation,
|
|
select p.proposal_id, p.proposal_user_id, p.proposal_number, p.title, p.proposal_name, p.proposal_phone, p.boundary, p.party_affiliation,
|
|
p.contact_address, p.category_id, p.category_name, p.proposal_type, p.proposal_content, p.is_jointly, p.is_publicity, p.content_publicity,
|
|
p.contact_address, p.category_id, p.category_name, p.proposal_type, p.proposal_content, p.is_jointly, p.is_publicity, p.content_publicity,
|
|
- p.is_survey, p.is_first, p.is_person, p.is_record, p.negotiate_type, p.proposed_contractor, p.proposal_progress, p.rolling_process, p.complex_type,
|
|
|
|
|
|
+ p.is_survey, p.is_first, p.is_person, p.is_record, p.negotiate_type, p.proposed_contractor, p.proposal_progress,p.back_reason, p.rolling_process, p.complex_type,
|
|
p.is_cases_together, p.unite_proposal_id, p.satisfaction, p.members_opinion,p.cbdwdfwy,
|
|
p.is_cases_together, p.unite_proposal_id, p.satisfaction, p.members_opinion,p.cbdwdfwy,
|
|
p.zx_satisfaction,p.zx_opinion,p.is_key_point,p.key_point_argument,p.is_outstanding,p.outstanding_argument,p.create_by, p.create_time,
|
|
p.zx_satisfaction,p.zx_opinion,p.is_key_point,p.key_point_argument,p.is_outstanding,p.outstanding_argument,p.create_by, p.create_time,
|
|
p.update_by, p.update_time, p.remark,u.is_agree as isAgree
|
|
p.update_by, p.update_time, p.remark,u.is_agree as isAgree
|
|
@@ -157,7 +158,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<select id="selectProposalInfoListByUnit" resultMap="ProposalInfoResult">
|
|
<select id="selectProposalInfoListByUnit" resultMap="ProposalInfoResult">
|
|
select p.proposal_id, p.proposal_user_id, p.proposal_number, p.title, p.proposal_name, p.proposal_phone, p.boundary, p.party_affiliation,
|
|
select p.proposal_id, p.proposal_user_id, p.proposal_number, p.title, p.proposal_name, p.proposal_phone, p.boundary, p.party_affiliation,
|
|
p.contact_address, p.category_id, p.category_name, p.proposal_type, p.proposal_content, p.is_jointly, p.is_publicity, p.content_publicity,
|
|
p.contact_address, p.category_id, p.category_name, p.proposal_type, p.proposal_content, p.is_jointly, p.is_publicity, p.content_publicity,
|
|
- p.is_survey, p.is_first, p.is_person, p.is_record, p.negotiate_type, p.proposed_contractor, p.proposal_progress, p.rolling_process, p.complex_type,
|
|
|
|
|
|
+ p.is_survey, p.is_first, p.is_person, p.is_record, p.negotiate_type, p.proposed_contractor, p.proposal_progress,p.back_reason, p.rolling_process, p.complex_type,
|
|
p.is_cases_together, p.unite_proposal_id, p.satisfaction, p.members_opinion,p.cbdwdfwy,
|
|
p.is_cases_together, p.unite_proposal_id, p.satisfaction, p.members_opinion,p.cbdwdfwy,
|
|
p.zx_satisfaction,p.zx_opinion,p.is_key_point,p.key_point_argument,p.is_outstanding,p.outstanding_argument,p.create_by, p.create_time,
|
|
p.zx_satisfaction,p.zx_opinion,p.is_key_point,p.key_point_argument,p.is_outstanding,p.outstanding_argument,p.create_by, p.create_time,
|
|
p.update_by, p.update_time, p.remark,u.type as dwType
|
|
p.update_by, p.update_time, p.remark,u.type as dwType
|
|
@@ -226,6 +227,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="negotiateType != null">negotiate_type,</if>
|
|
<if test="negotiateType != null">negotiate_type,</if>
|
|
<if test="proposedContractor != null">proposed_contractor,</if>
|
|
<if test="proposedContractor != null">proposed_contractor,</if>
|
|
<if test="proposalProgress != null">proposal_progress,</if>
|
|
<if test="proposalProgress != null">proposal_progress,</if>
|
|
|
|
+ <if test="backReason != null">back_reason,</if>
|
|
<if test="rollingProcess != null">rolling_process,</if>
|
|
<if test="rollingProcess != null">rolling_process,</if>
|
|
<if test="complexType != null">complex_type,</if>
|
|
<if test="complexType != null">complex_type,</if>
|
|
<if test="isCasesTogether != null">is_cases_together,</if>
|
|
<if test="isCasesTogether != null">is_cases_together,</if>
|
|
@@ -268,6 +270,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="negotiateType != null">#{negotiateType},</if>
|
|
<if test="negotiateType != null">#{negotiateType},</if>
|
|
<if test="proposedContractor != null">#{proposedContractor},</if>
|
|
<if test="proposedContractor != null">#{proposedContractor},</if>
|
|
<if test="proposalProgress != null">#{proposalProgress},</if>
|
|
<if test="proposalProgress != null">#{proposalProgress},</if>
|
|
|
|
+ <if test="backReason != null">#{backReason},</if>
|
|
<if test="rollingProcess != null">#{rollingProcess},</if>
|
|
<if test="rollingProcess != null">#{rollingProcess},</if>
|
|
<if test="complexType != null">#{complexType},</if>
|
|
<if test="complexType != null">#{complexType},</if>
|
|
<if test="isCasesTogether != null">#{isCasesTogether},</if>
|
|
<if test="isCasesTogether != null">#{isCasesTogether},</if>
|
|
@@ -314,6 +317,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="negotiateType != null">negotiate_type = #{negotiateType},</if>
|
|
<if test="negotiateType != null">negotiate_type = #{negotiateType},</if>
|
|
<if test="proposedContractor != null">proposed_contractor = #{proposedContractor},</if>
|
|
<if test="proposedContractor != null">proposed_contractor = #{proposedContractor},</if>
|
|
<if test="proposalProgress != null">proposal_progress = #{proposalProgress},</if>
|
|
<if test="proposalProgress != null">proposal_progress = #{proposalProgress},</if>
|
|
|
|
+ <if test="backReason != null">back_reason = #{backReason},</if>
|
|
<if test="rollingProcess != null">rolling_process = #{rollingProcess},</if>
|
|
<if test="rollingProcess != null">rolling_process = #{rollingProcess},</if>
|
|
<if test="complexType != null">complex_type = #{complexType},</if>
|
|
<if test="complexType != null">complex_type = #{complexType},</if>
|
|
<if test="isCasesTogether != null">is_cases_together = #{isCasesTogether},</if>
|
|
<if test="isCasesTogether != null">is_cases_together = #{isCasesTogether},</if>
|