|
@@ -40,10 +40,13 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<result property="agreementEnddate" column="agreement_enddate" />
|
|
<result property="agreementEnddate" column="agreement_enddate" />
|
|
<result property="agreementPartner" column="agreement_partner" />
|
|
<result property="agreementPartner" column="agreement_partner" />
|
|
<result property="partner" column="partner" />
|
|
<result property="partner" column="partner" />
|
|
|
|
+ <result property="partnerJob" column="partner_job" />
|
|
<result property="agreementUs" column="agreement_us" />
|
|
<result property="agreementUs" column="agreement_us" />
|
|
<result property="signUs" column="sign_us" />
|
|
<result property="signUs" column="sign_us" />
|
|
|
|
+ <result property="usJob" column="us_job" />
|
|
<result property="agreementThird" column="agreement_third" />
|
|
<result property="agreementThird" column="agreement_third" />
|
|
<result property="third" column="third" />
|
|
<result property="third" column="third" />
|
|
|
|
+ <result property="thirdJob" column="third_job" />
|
|
<result property="agreementUrl" column="agreement_url" />
|
|
<result property="agreementUrl" column="agreement_url" />
|
|
<result property="name" column="name" />
|
|
<result property="name" column="name" />
|
|
<result property="legalRep" column="legal_rep" />
|
|
<result property="legalRep" column="legal_rep" />
|
|
@@ -64,7 +67,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
</resultMap>
|
|
</resultMap>
|
|
|
|
|
|
<sql id="selectBmProjectOrderinfoVo">
|
|
<sql id="selectBmProjectOrderinfoVo">
|
|
- select id, bm_project_id, create_by, create_time, update_by, update_time, is_del, order_date, investment_type, is_out_investment, tot_investment, fixed_assets, overseas_investment, jnsw_investm, snsw_investm, snxw_investm, xn_investm, is_independent_lan, land_area, land_address, land_photo, circulation_land, circulation_addres, circulation_doc, circulation_photo, lease_plant_area, lease_plant_address, lease_plant_doc, lease_plant_photo, agreement_tot, agreement_tax, agreement_startdate, agreement_enddate, agreement_partner, partner, agreement_us, sign_us, agreement_third, third, agreement_url, name, legal_rep, tot_money, address, code, bussiness_url, record_name, record_code, record_tot, record_time, record_url, contact_leader, contact_phone, contact_company, contact_person, contact_person_phone from bm_project_orderinfo
|
|
|
|
|
|
+ select id, bm_project_id, create_by, create_time, update_by, update_time, is_del, order_date, investment_type, is_out_investment, tot_investment, fixed_assets, overseas_investment, jnsw_investm, snsw_investm, snxw_investm, xn_investm, is_independent_lan, land_area, land_address, land_photo, circulation_land, circulation_addres, circulation_doc, circulation_photo, lease_plant_area, lease_plant_address, lease_plant_doc, lease_plant_photo, agreement_tot, agreement_tax, agreement_startdate, agreement_enddate, agreement_partner, partner,partner_job, agreement_us, sign_us, us_job, agreement_third, third,third_job, agreement_url, name, legal_rep, tot_money, address, code, bussiness_url, record_name, record_code, record_tot, record_time, record_url, contact_leader, contact_phone, contact_company, contact_person, contact_person_phone from bm_project_orderinfo
|
|
</sql>
|
|
</sql>
|
|
|
|
|
|
<select id="selectBmProjectOrderinfoList" parameterType="BmProjectOrderinfo" resultMap="BmProjectOrderinfoResult">
|
|
<select id="selectBmProjectOrderinfoList" parameterType="BmProjectOrderinfo" resultMap="BmProjectOrderinfoResult">
|
|
@@ -167,10 +170,13 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="agreementEnddate != null">agreement_enddate,</if>
|
|
<if test="agreementEnddate != null">agreement_enddate,</if>
|
|
<if test="agreementPartner != null">agreement_partner,</if>
|
|
<if test="agreementPartner != null">agreement_partner,</if>
|
|
<if test="partner != null">partner,</if>
|
|
<if test="partner != null">partner,</if>
|
|
|
|
+ <if test="partnerJob != null">partner_job,</if>
|
|
<if test="agreementUs != null">agreement_us,</if>
|
|
<if test="agreementUs != null">agreement_us,</if>
|
|
<if test="signUs != null">sign_us,</if>
|
|
<if test="signUs != null">sign_us,</if>
|
|
|
|
+ <if test="usJob != null">us_job,</if>
|
|
<if test="agreementThird != null">agreement_third,</if>
|
|
<if test="agreementThird != null">agreement_third,</if>
|
|
<if test="third != null">third,</if>
|
|
<if test="third != null">third,</if>
|
|
|
|
+ <if test="thirdJob != null">third_job,</if>
|
|
<if test="agreementUrl != null">agreement_url,</if>
|
|
<if test="agreementUrl != null">agreement_url,</if>
|
|
<if test="name != null">name,</if>
|
|
<if test="name != null">name,</if>
|
|
<if test="legalRep != null">legal_rep,</if>
|
|
<if test="legalRep != null">legal_rep,</if>
|
|
@@ -224,10 +230,13 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="agreementEnddate != null">#{agreementEnddate},</if>
|
|
<if test="agreementEnddate != null">#{agreementEnddate},</if>
|
|
<if test="agreementPartner != null">#{agreementPartner},</if>
|
|
<if test="agreementPartner != null">#{agreementPartner},</if>
|
|
<if test="partner != null">#{partner},</if>
|
|
<if test="partner != null">#{partner},</if>
|
|
|
|
+ <if test="partnerJob != null">#{partnerJob},</if>
|
|
<if test="agreementUs != null">#{agreementUs},</if>
|
|
<if test="agreementUs != null">#{agreementUs},</if>
|
|
<if test="signUs != null">#{signUs},</if>
|
|
<if test="signUs != null">#{signUs},</if>
|
|
|
|
+ <if test="usJob != null">#{usJob},</if>
|
|
<if test="agreementThird != null">#{agreementThird},</if>
|
|
<if test="agreementThird != null">#{agreementThird},</if>
|
|
<if test="third != null">#{third},</if>
|
|
<if test="third != null">#{third},</if>
|
|
|
|
+ <if test="thirdJob != null">#{thirdJob},</if>
|
|
<if test="agreementUrl != null">#{agreementUrl},</if>
|
|
<if test="agreementUrl != null">#{agreementUrl},</if>
|
|
<if test="name != null">#{name},</if>
|
|
<if test="name != null">#{name},</if>
|
|
<if test="legalRep != null">#{legalRep},</if>
|
|
<if test="legalRep != null">#{legalRep},</if>
|
|
@@ -285,10 +294,13 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="agreementEnddate != null">agreement_enddate = #{agreementEnddate},</if>
|
|
<if test="agreementEnddate != null">agreement_enddate = #{agreementEnddate},</if>
|
|
<if test="agreementPartner != null">agreement_partner = #{agreementPartner},</if>
|
|
<if test="agreementPartner != null">agreement_partner = #{agreementPartner},</if>
|
|
<if test="partner != null">partner = #{partner},</if>
|
|
<if test="partner != null">partner = #{partner},</if>
|
|
|
|
+ <if test="partnerJob != null">partner_job = #{partnerJob},</if>
|
|
<if test="agreementUs != null">agreement_us = #{agreementUs},</if>
|
|
<if test="agreementUs != null">agreement_us = #{agreementUs},</if>
|
|
<if test="signUs != null">sign_us = #{signUs},</if>
|
|
<if test="signUs != null">sign_us = #{signUs},</if>
|
|
|
|
+ <if test="usJob != null">us_job = #{usJob},</if>
|
|
<if test="agreementThird != null">agreement_third = #{agreementThird},</if>
|
|
<if test="agreementThird != null">agreement_third = #{agreementThird},</if>
|
|
<if test="third != null">third = #{third},</if>
|
|
<if test="third != null">third = #{third},</if>
|
|
|
|
+ <if test="thirdJob != null">third_job = #{thirdJob},</if>
|
|
<if test="agreementUrl != null">agreement_url = #{agreementUrl},</if>
|
|
<if test="agreementUrl != null">agreement_url = #{agreementUrl},</if>
|
|
<if test="name != null">name = #{name},</if>
|
|
<if test="name != null">name = #{name},</if>
|
|
<if test="legalRep != null">legal_rep = #{legalRep},</if>
|
|
<if test="legalRep != null">legal_rep = #{legalRep},</if>
|