xml更改

This commit is contained in:
sx 2024-08-14 12:08:09 +08:00
parent 31a90feed7
commit 4d6f96bb62
1 changed files with 611 additions and 611 deletions

View File

@ -212,12 +212,12 @@
<if test="phone1 != null and phone1 != ''"> and phone1 = #{phone1} </if> <if test="phone1 != null and phone1 != ''"> and phone1 = #{phone1} </if>
<if test="phone2 != null and phone2 != ''"> and phone2 = #{phone2} </if> <if test="phone2 != null and phone2 != ''"> and phone2 = #{phone2} </if>
<if test="phone3 != null and phone3 != ''"> and phone3 = #{phone3} </if> <if test="phone3 != null and phone3 != ''"> and phone3 = #{phone3} </if>
<if test="pkareacl != null and pkareacl != ''"> and pk_areacl = #{pkareacl} </if> <if test="pkAreacl != null and pkAreacl != ''"> and pk_areacl = #{pkAreacl} </if>
<if test="pkcorp != null and pkcorp != ''"> and pk_corp = #{pkcorp} </if> <if test="pkCorp != null and pkCorp != ''"> and pk_corp = #{pkCorp} </if>
<if test="pkcorp1 != null and pkcorp1 != ''"> and pk_corp1 = #{pkcorp1} </if> <if test="pkCorp1 != null and pkCorp1 != ''"> and pk_corp1 = #{pkCorp1} </if>
<if test="pkcubasdoc != null and pkcubasdoc != ''"> and pk_cubasdoc = #{pkcubasdoc} </if> <if test="pkCubasdoc != null and pkCubasdoc != ''"> and pk_cubasdoc = #{pkCubasdoc} </if>
<if test="pkcubasdoc1 != null and pkcubasdoc1 != ''"> and pk_cubasdoc1 = #{pkcubasdoc1} </if> <if test="pkCubasdoc1 != null and pkCubasdoc1 != ''"> and pk_cubasdoc1 = #{pkCubasdoc1} </if>
<if test="pkpricegroup != null and pkpricegroup != ''"> and pk_pricegroup = #{pkpricegroup} </if> <if test="pkPricegroup != null and pkPricegroup != ''"> and pk_pricegroup = #{pkPricegroup} </if>
<if test="registerfund != null and registerfund != ''"> and registerfund = #{registerfund} </if> <if test="registerfund != null and registerfund != ''"> and registerfund = #{registerfund} </if>
<if test="saleaddr != null and saleaddr != ''"> and saleaddr = #{saleaddr} </if> <if test="saleaddr != null and saleaddr != ''"> and saleaddr = #{saleaddr} </if>
<if test="sealflag != null and sealflag != ''"> and sealflag = #{sealflag} </if> <if test="sealflag != null and sealflag != ''"> and sealflag = #{sealflag} </if>
@ -295,12 +295,12 @@
<if test="phone1 != null and phone1 != ''"> and phone1 = #{phone1} </if> <if test="phone1 != null and phone1 != ''"> and phone1 = #{phone1} </if>
<if test="phone2 != null and phone2 != ''"> and phone2 = #{phone2} </if> <if test="phone2 != null and phone2 != ''"> and phone2 = #{phone2} </if>
<if test="phone3 != null and phone3 != ''"> and phone3 = #{phone3} </if> <if test="phone3 != null and phone3 != ''"> and phone3 = #{phone3} </if>
<if test="pkareacl != null and pkareacl != ''"> and pk_areacl = #{pkareacl} </if> <if test="pkAreacl != null and pkAreacl != ''"> and pk_areacl = #{pkAreacl} </if>
<if test="pkcorp != null and pkcorp != ''"> and pk_corp = #{pkcorp} </if> <if test="pkCorp != null and pkCorp != ''"> and pk_corp = #{pkCorp} </if>
<if test="pkcorp1 != null and pkcorp1 != ''"> and pk_corp1 = #{pkcorp1} </if> <if test="pkCorp1 != null and pkCorp1 != ''"> and pk_corp1 = #{pkCorp1} </if>
<if test="pkcubasdoc != null and pkcubasdoc != ''"> and pk_cubasdoc = #{pkcubasdoc} </if> <if test="pkCubasdoc != null and pkCubasdoc != ''"> and pk_cubasdoc = #{pkCubasdoc} </if>
<if test="pkcubasdoc1 != null and pkcubasdoc1 != ''"> and pk_cubasdoc1 = #{pkcubasdoc1} </if> <if test="pkCubasdoc1 != null and pkCubasdoc1 != ''"> and pk_cubasdoc1 = #{pkCubasdoc1} </if>
<if test="pkpricegroup != null and pkpricegroup != ''"> and pk_pricegroup = #{pkpricegroup} </if> <if test="pkPricegroup != null and pkPricegroup != ''"> and pk_pricegroup = #{pkPricegroup} </if>
<if test="registerfund != null and registerfund != ''"> and registerfund = #{registerfund} </if> <if test="registerfund != null and registerfund != ''"> and registerfund = #{registerfund} </if>
<if test="saleaddr != null and saleaddr != ''"> and saleaddr = #{saleaddr} </if> <if test="saleaddr != null and saleaddr != ''"> and saleaddr = #{saleaddr} </if>
<if test="sealflag != null and sealflag != ''"> and sealflag = #{sealflag} </if> <if test="sealflag != null and sealflag != ''"> and sealflag = #{sealflag} </if>
@ -377,12 +377,12 @@
<if test="phone1 != null and phone1 != ''"> and phone1 like concat('%',#{phone1},'%') </if> <if test="phone1 != null and phone1 != ''"> and phone1 like concat('%',#{phone1},'%') </if>
<if test="phone2 != null and phone2 != ''"> and phone2 like concat('%',#{phone2},'%') </if> <if test="phone2 != null and phone2 != ''"> and phone2 like concat('%',#{phone2},'%') </if>
<if test="phone3 != null and phone3 != ''"> and phone3 like concat('%',#{phone3},'%') </if> <if test="phone3 != null and phone3 != ''"> and phone3 like concat('%',#{phone3},'%') </if>
<if test="pkareacl != null and pkareacl != ''"> and pk_areacl like concat('%',#{pkareacl},'%') </if> <if test="pkAreacl != null and pkAreacl != ''"> and pk_areacl like concat('%',#{pkAreacl},'%') </if>
<if test="pkcorp != null and pkcorp != ''"> and pk_corp like concat('%',#{pkcorp},'%') </if> <if test="pkCorp != null and pkCorp != ''"> and pk_corp like concat('%',#{pkCorp},'%') </if>
<if test="pkcorp1 != null and pkcorp1 != ''"> and pk_corp1 like concat('%',#{pkcorp1},'%') </if> <if test="pkCorp1 != null and pkCorp1 != ''"> and pk_corp1 like concat('%',#{pkCorp1},'%') </if>
<if test="pkcubasdoc != null and pkcubasdoc != ''"> and pk_cubasdoc like concat('%',#{pkcubasdoc},'%') </if> <if test="pkCubasdoc != null and pkCubasdoc != ''"> and pk_cubasdoc like concat('%',#{pkCubasdoc},'%') </if>
<if test="pkcubasdoc1 != null and pkcubasdoc1 != ''"> and pk_cubasdoc1 like concat('%',#{pkcubasdoc1},'%') </if> <if test="pkCubasdoc1 != null and pkCubasdoc1 != ''"> and pk_cubasdoc1 like concat('%',#{pkCubasdoc1},'%') </if>
<if test="pkpricegroup != null and pkpricegroup != ''"> and pk_pricegroup like concat('%',#{pkpricegroup},'%') </if> <if test="pkPricegroup != null and pkPricegroup != ''"> and pk_pricegroup like concat('%',#{pkPricegroup},'%') </if>
<if test="registerfund != null and registerfund != ''"> and registerfund like concat('%',#{registerfund},'%') </if> <if test="registerfund != null and registerfund != ''"> and registerfund like concat('%',#{registerfund},'%') </if>
<if test="saleaddr != null and saleaddr != ''"> and saleaddr like concat('%',#{saleaddr},'%') </if> <if test="saleaddr != null and saleaddr != ''"> and saleaddr like concat('%',#{saleaddr},'%') </if>
<if test="sealflag != null and sealflag != ''"> and sealflag like concat('%',#{sealflag},'%') </if> <if test="sealflag != null and sealflag != ''"> and sealflag like concat('%',#{sealflag},'%') </if>
@ -459,12 +459,12 @@
<if test="phone1 != null and phone1 != ''"> or phone1 = #{phone1} </if> <if test="phone1 != null and phone1 != ''"> or phone1 = #{phone1} </if>
<if test="phone2 != null and phone2 != ''"> or phone2 = #{phone2} </if> <if test="phone2 != null and phone2 != ''"> or phone2 = #{phone2} </if>
<if test="phone3 != null and phone3 != ''"> or phone3 = #{phone3} </if> <if test="phone3 != null and phone3 != ''"> or phone3 = #{phone3} </if>
<if test="pkareacl != null and pkareacl != ''"> or pk_areacl = #{pkareacl} </if> <if test="pkAreacl != null and pkAreacl != ''"> or pk_areacl = #{pkAreacl} </if>
<if test="pkcorp != null and pkcorp != ''"> or pk_corp = #{pkcorp} </if> <if test="pkCorp != null and pkCorp != ''"> or pk_corp = #{pkCorp} </if>
<if test="pkcorp1 != null and pkcorp1 != ''"> or pk_corp1 = #{pkcorp1} </if> <if test="pkCorp1 != null and pkCorp1 != ''"> or pk_corp1 = #{pkCorp1} </if>
<if test="pkcubasdoc != null and pkcubasdoc != ''"> or pk_cubasdoc = #{pkcubasdoc} </if> <if test="pkCubasdoc != null and pkCubasdoc != ''"> or pk_cubasdoc = #{pkCubasdoc} </if>
<if test="pkcubasdoc1 != null and pkcubasdoc1 != ''"> or pk_cubasdoc1 = #{pkcubasdoc1} </if> <if test="pkCubasdoc1 != null and pkCubasdoc1 != ''"> or pk_cubasdoc1 = #{pkCubasdoc1} </if>
<if test="pkpricegroup != null and pkpricegroup != ''"> or pk_pricegroup = #{pkpricegroup} </if> <if test="pkPricegroup != null and pkPricegroup != ''"> or pk_pricegroup = #{pkPricegroup} </if>
<if test="registerfund != null and registerfund != ''"> or registerfund = #{registerfund} </if> <if test="registerfund != null and registerfund != ''"> or registerfund = #{registerfund} </if>
<if test="saleaddr != null and saleaddr != ''"> or saleaddr = #{saleaddr} </if> <if test="saleaddr != null and saleaddr != ''"> or saleaddr = #{saleaddr} </if>
<if test="sealflag != null and sealflag != ''"> or sealflag = #{sealflag} </if> <if test="sealflag != null and sealflag != ''"> or sealflag = #{sealflag} </if>
@ -479,7 +479,7 @@
</select> </select>
<!--新增所有列--> <!--新增所有列-->
<!--<insert id="entity_insert" parameterType = "com.hzya.frame.plugin.lets.entity.BdCubasdocEntity" keyProperty="pkcubasdoc" useGeneratedKeys="true">--> <!--<insert id="entity_insert" parameterType = "com.hzya.frame.plugin.lets.entity.BdCubasdocEntity" keyProperty="pkCubasdoc" useGeneratedKeys="true">-->
<!-- insert into bd_cubasdoc(--> <!-- insert into bd_cubasdoc(-->
<!-- <trim suffix="" suffixOverrides=",">--> <!-- <trim suffix="" suffixOverrides=",">-->
<!-- <if test="accdefault != null and accdefault != ''"> accdefault , </if>--> <!-- <if test="accdefault != null and accdefault != ''"> accdefault , </if>-->
@ -539,12 +539,12 @@
<!-- <if test="phone1 != null and phone1 != ''"> phone1 , </if>--> <!-- <if test="phone1 != null and phone1 != ''"> phone1 , </if>-->
<!-- <if test="phone2 != null and phone2 != ''"> phone2 , </if>--> <!-- <if test="phone2 != null and phone2 != ''"> phone2 , </if>-->
<!-- <if test="phone3 != null and phone3 != ''"> phone3 , </if>--> <!-- <if test="phone3 != null and phone3 != ''"> phone3 , </if>-->
<!-- <if test="pkareacl != null and pkareacl != ''"> pk_areacl , </if>--> <!-- <if test="pkAreacl != null and pkAreacl != ''"> pk_areacl , </if>-->
<!-- <if test="pkcorp != null and pkcorp != ''"> pk_corp , </if>--> <!-- <if test="pkCorp != null and pkCorp != ''"> pk_corp , </if>-->
<!-- <if test="pkcorp1 != null and pkcorp1 != ''"> pk_corp1 , </if>--> <!-- <if test="pkCorp1 != null and pkCorp1 != ''"> pk_corp1 , </if>-->
<!-- <if test="pkcubasdoc != null and pkcubasdoc != ''"> pk_cubasdoc , </if>--> <!-- <if test="pkCubasdoc != null and pkCubasdoc != ''"> pk_cubasdoc , </if>-->
<!-- <if test="pkcubasdoc1 != null and pkcubasdoc1 != ''"> pk_cubasdoc1 , </if>--> <!-- <if test="pkCubasdoc1 != null and pkCubasdoc1 != ''"> pk_cubasdoc1 , </if>-->
<!-- <if test="pkpricegroup != null and pkpricegroup != ''"> pk_pricegroup , </if>--> <!-- <if test="pkPricegroup != null and pkPricegroup != ''"> pk_pricegroup , </if>-->
<!-- <if test="registerfund != null and registerfund != ''"> registerfund , </if>--> <!-- <if test="registerfund != null and registerfund != ''"> registerfund , </if>-->
<!-- <if test="saleaddr != null and saleaddr != ''"> saleaddr , </if>--> <!-- <if test="saleaddr != null and saleaddr != ''"> saleaddr , </if>-->
<!-- <if test="sealflag != null and sealflag != ''"> sealflag , </if>--> <!-- <if test="sealflag != null and sealflag != ''"> sealflag , </if>-->
@ -615,12 +615,12 @@
<!-- <if test="phone1 != null and phone1 != ''"> #{phone1} ,</if>--> <!-- <if test="phone1 != null and phone1 != ''"> #{phone1} ,</if>-->
<!-- <if test="phone2 != null and phone2 != ''"> #{phone2} ,</if>--> <!-- <if test="phone2 != null and phone2 != ''"> #{phone2} ,</if>-->
<!-- <if test="phone3 != null and phone3 != ''"> #{phone3} ,</if>--> <!-- <if test="phone3 != null and phone3 != ''"> #{phone3} ,</if>-->
<!-- <if test="pkareacl != null and pkareacl != ''"> #{pkareacl} ,</if>--> <!-- <if test="pkAreacl != null and pkAreacl != ''"> #{pkAreacl} ,</if>-->
<!-- <if test="pkcorp != null and pkcorp != ''"> #{pkcorp} ,</if>--> <!-- <if test="pkCorp != null and pkCorp != ''"> #{pkCorp} ,</if>-->
<!-- <if test="pkcorp1 != null and pkcorp1 != ''"> #{pkcorp1} ,</if>--> <!-- <if test="pkCorp1 != null and pkCorp1 != ''"> #{pkCorp1} ,</if>-->
<!-- <if test="pkcubasdoc != null and pkcubasdoc != ''"> #{pkcubasdoc} ,</if>--> <!-- <if test="pkCubasdoc != null and pkCubasdoc != ''"> #{pkCubasdoc} ,</if>-->
<!-- <if test="pkcubasdoc1 != null and pkcubasdoc1 != ''"> #{pkcubasdoc1} ,</if>--> <!-- <if test="pkCubasdoc1 != null and pkCubasdoc1 != ''"> #{pkCubasdoc1} ,</if>-->
<!-- <if test="pkpricegroup != null and pkpricegroup != ''"> #{pkpricegroup} ,</if>--> <!-- <if test="pkPricegroup != null and pkPricegroup != ''"> #{pkPricegroup} ,</if>-->
<!-- <if test="registerfund != null and registerfund != ''"> #{registerfund} ,</if>--> <!-- <if test="registerfund != null and registerfund != ''"> #{registerfund} ,</if>-->
<!-- <if test="saleaddr != null and saleaddr != ''"> #{saleaddr} ,</if>--> <!-- <if test="saleaddr != null and saleaddr != ''"> #{saleaddr} ,</if>-->
<!-- <if test="sealflag != null and sealflag != ''"> #{sealflag} ,</if>--> <!-- <if test="sealflag != null and sealflag != ''"> #{sealflag} ,</if>-->
@ -635,19 +635,19 @@
<!-- ) --> <!-- ) -->
<!--</insert>--> <!--</insert>-->
<!-- 批量新增 --> <!-- 批量新增 -->
<!--<insert id="entityInsertBatch" keyProperty="pkcubasdoc" useGeneratedKeys="true">--> <!--<insert id="entityInsertBatch" keyProperty="pkCubasdoc" useGeneratedKeys="true">-->
<!-- insert into bd_cubasdoc(accdefault, billtemplet, bp1, bp2, bp3, conaddr, correspondunit, createtime, creator, creditmny, custcode, custname, custprop, custshortname, def1, def10, def11, def12, def13, def14, def15, def16, def17, def18, def19, def2, def20, def3, def4, def5, def6, def7, def8, def9, dr, drpnodeflag, ecotypesincevfive, email, engname, fax1, fax2, freecustflag, isconnflag, legalbody, linkman1, linkman2, linkman3, memo, mnecode, mobilephone1, mobilephone2, mobilephone3, modifier, modifytime, phone1, phone2, phone3, pk_areacl, pk_corp, pk_corp1, pk_cubasdoc1, pk_pricegroup, registerfund, saleaddr, sealflag, taxpayerid, trade, ts, url, zipcode, sts) --> <!-- insert into bd_cubasdoc(accdefault, billtemplet, bp1, bp2, bp3, conaddr, correspondunit, createtime, creator, creditmny, custcode, custname, custprop, custshortname, def1, def10, def11, def12, def13, def14, def15, def16, def17, def18, def19, def2, def20, def3, def4, def5, def6, def7, def8, def9, dr, drpnodeflag, ecotypesincevfive, email, engname, fax1, fax2, freecustflag, isconnflag, legalbody, linkman1, linkman2, linkman3, memo, mnecode, mobilephone1, mobilephone2, mobilephone3, modifier, modifytime, phone1, phone2, phone3, pk_areacl, pk_corp, pk_corp1, pk_cubasdoc1, pk_pricegroup, registerfund, saleaddr, sealflag, taxpayerid, trade, ts, url, zipcode, sts) -->
<!-- values--> <!-- values-->
<!-- <foreach collection="entities" item="entity" separator=",">--> <!-- <foreach collection="entities" item="entity" separator=",">-->
<!-- (#{entity.accdefault},#{entity.billtemplet},#{entity.bp1},#{entity.bp2},#{entity.bp3},#{entity.conaddr},#{entity.correspondunit},#{entity.createtime},#{entity.creator},#{entity.creditmny},#{entity.custcode},#{entity.custname},#{entity.custprop},#{entity.custshortname},#{entity.def1},#{entity.def10},#{entity.def11},#{entity.def12},#{entity.def13},#{entity.def14},#{entity.def15},#{entity.def16},#{entity.def17},#{entity.def18},#{entity.def19},#{entity.def2},#{entity.def20},#{entity.def3},#{entity.def4},#{entity.def5},#{entity.def6},#{entity.def7},#{entity.def8},#{entity.def9},#{entity.dr},#{entity.drpnodeflag},#{entity.ecotypesincevfive},#{entity.email},#{entity.engname},#{entity.fax1},#{entity.fax2},#{entity.freecustflag},#{entity.isconnflag},#{entity.legalbody},#{entity.linkman1},#{entity.linkman2},#{entity.linkman3},#{entity.memo},#{entity.mnecode},#{entity.mobilephone1},#{entity.mobilephone2},#{entity.mobilephone3},#{entity.modifier},#{entity.modifytime},#{entity.phone1},#{entity.phone2},#{entity.phone3},#{entity.pkareacl},#{entity.pkcorp},#{entity.pkcorp1},#{entity.pkcubasdoc1},#{entity.pkpricegroup},#{entity.registerfund},#{entity.saleaddr},#{entity.sealflag},#{entity.taxpayerid},#{entity.trade},#{entity.ts},#{entity.url},#{entity.zipcode}, 'Y')--> <!-- (#{entity.accdefault},#{entity.billtemplet},#{entity.bp1},#{entity.bp2},#{entity.bp3},#{entity.conaddr},#{entity.correspondunit},#{entity.createtime},#{entity.creator},#{entity.creditmny},#{entity.custcode},#{entity.custname},#{entity.custprop},#{entity.custshortname},#{entity.def1},#{entity.def10},#{entity.def11},#{entity.def12},#{entity.def13},#{entity.def14},#{entity.def15},#{entity.def16},#{entity.def17},#{entity.def18},#{entity.def19},#{entity.def2},#{entity.def20},#{entity.def3},#{entity.def4},#{entity.def5},#{entity.def6},#{entity.def7},#{entity.def8},#{entity.def9},#{entity.dr},#{entity.drpnodeflag},#{entity.ecotypesincevfive},#{entity.email},#{entity.engname},#{entity.fax1},#{entity.fax2},#{entity.freecustflag},#{entity.isconnflag},#{entity.legalbody},#{entity.linkman1},#{entity.linkman2},#{entity.linkman3},#{entity.memo},#{entity.mnecode},#{entity.mobilephone1},#{entity.mobilephone2},#{entity.mobilephone3},#{entity.modifier},#{entity.modifytime},#{entity.phone1},#{entity.phone2},#{entity.phone3},#{entity.pkAreacl},#{entity.pkCorp},#{entity.pkCorp1},#{entity.pkCubasdoc1},#{entity.pkPricegroup},#{entity.registerfund},#{entity.saleaddr},#{entity.sealflag},#{entity.taxpayerid},#{entity.trade},#{entity.ts},#{entity.url},#{entity.zipcode}, 'Y')-->
<!-- </foreach>--> <!-- </foreach>-->
<!--</insert>--> <!--</insert>-->
<!-- 批量新增或者修改--> <!-- 批量新增或者修改-->
<!--<insert id="entityInsertOrUpdateBatch" keyProperty="pkcubasdoc" useGeneratedKeys="true">--> <!--<insert id="entityInsertOrUpdateBatch" keyProperty="pkCubasdoc" useGeneratedKeys="true">-->
<!-- insert into bd_cubasdoc(accdefault, billtemplet, bp1, bp2, bp3, conaddr, correspondunit, createtime, creator, creditmny, custcode, custname, custprop, custshortname, def1, def10, def11, def12, def13, def14, def15, def16, def17, def18, def19, def2, def20, def3, def4, def5, def6, def7, def8, def9, dr, drpnodeflag, ecotypesincevfive, email, engname, fax1, fax2, freecustflag, isconnflag, legalbody, linkman1, linkman2, linkman3, memo, mnecode, mobilephone1, mobilephone2, mobilephone3, modifier, modifytime, phone1, phone2, phone3, pk_areacl, pk_corp, pk_corp1, pk_cubasdoc1, pk_pricegroup, registerfund, saleaddr, sealflag, taxpayerid, trade, ts, url, zipcode)--> <!-- insert into bd_cubasdoc(accdefault, billtemplet, bp1, bp2, bp3, conaddr, correspondunit, createtime, creator, creditmny, custcode, custname, custprop, custshortname, def1, def10, def11, def12, def13, def14, def15, def16, def17, def18, def19, def2, def20, def3, def4, def5, def6, def7, def8, def9, dr, drpnodeflag, ecotypesincevfive, email, engname, fax1, fax2, freecustflag, isconnflag, legalbody, linkman1, linkman2, linkman3, memo, mnecode, mobilephone1, mobilephone2, mobilephone3, modifier, modifytime, phone1, phone2, phone3, pk_areacl, pk_corp, pk_corp1, pk_cubasdoc1, pk_pricegroup, registerfund, saleaddr, sealflag, taxpayerid, trade, ts, url, zipcode)-->
<!-- values--> <!-- values-->
<!-- <foreach collection="entities" item="entity" separator=",">--> <!-- <foreach collection="entities" item="entity" separator=",">-->
<!-- (#{entity.accdefault},#{entity.billtemplet},#{entity.bp1},#{entity.bp2},#{entity.bp3},#{entity.conaddr},#{entity.correspondunit},#{entity.createtime},#{entity.creator},#{entity.creditmny},#{entity.custcode},#{entity.custname},#{entity.custprop},#{entity.custshortname},#{entity.def1},#{entity.def10},#{entity.def11},#{entity.def12},#{entity.def13},#{entity.def14},#{entity.def15},#{entity.def16},#{entity.def17},#{entity.def18},#{entity.def19},#{entity.def2},#{entity.def20},#{entity.def3},#{entity.def4},#{entity.def5},#{entity.def6},#{entity.def7},#{entity.def8},#{entity.def9},#{entity.dr},#{entity.drpnodeflag},#{entity.ecotypesincevfive},#{entity.email},#{entity.engname},#{entity.fax1},#{entity.fax2},#{entity.freecustflag},#{entity.isconnflag},#{entity.legalbody},#{entity.linkman1},#{entity.linkman2},#{entity.linkman3},#{entity.memo},#{entity.mnecode},#{entity.mobilephone1},#{entity.mobilephone2},#{entity.mobilephone3},#{entity.modifier},#{entity.modifytime},#{entity.phone1},#{entity.phone2},#{entity.phone3},#{entity.pkareacl},#{entity.pkcorp},#{entity.pkcorp1},#{entity.pkcubasdoc1},#{entity.pkpricegroup},#{entity.registerfund},#{entity.saleaddr},#{entity.sealflag},#{entity.taxpayerid},#{entity.trade},#{entity.ts},#{entity.url},#{entity.zipcode})--> <!-- (#{entity.accdefault},#{entity.billtemplet},#{entity.bp1},#{entity.bp2},#{entity.bp3},#{entity.conaddr},#{entity.correspondunit},#{entity.createtime},#{entity.creator},#{entity.creditmny},#{entity.custcode},#{entity.custname},#{entity.custprop},#{entity.custshortname},#{entity.def1},#{entity.def10},#{entity.def11},#{entity.def12},#{entity.def13},#{entity.def14},#{entity.def15},#{entity.def16},#{entity.def17},#{entity.def18},#{entity.def19},#{entity.def2},#{entity.def20},#{entity.def3},#{entity.def4},#{entity.def5},#{entity.def6},#{entity.def7},#{entity.def8},#{entity.def9},#{entity.dr},#{entity.drpnodeflag},#{entity.ecotypesincevfive},#{entity.email},#{entity.engname},#{entity.fax1},#{entity.fax2},#{entity.freecustflag},#{entity.isconnflag},#{entity.legalbody},#{entity.linkman1},#{entity.linkman2},#{entity.linkman3},#{entity.memo},#{entity.mnecode},#{entity.mobilephone1},#{entity.mobilephone2},#{entity.mobilephone3},#{entity.modifier},#{entity.modifytime},#{entity.phone1},#{entity.phone2},#{entity.phone3},#{entity.pkAreacl},#{entity.pkCorp},#{entity.pkCorp1},#{entity.pkCubasdoc1},#{entity.pkPricegroup},#{entity.registerfund},#{entity.saleaddr},#{entity.sealflag},#{entity.taxpayerid},#{entity.trade},#{entity.ts},#{entity.url},#{entity.zipcode})-->
<!-- </foreach>--> <!-- </foreach>-->
<!-- on duplicate key update--> <!-- on duplicate key update-->
<!-- accdefault = values(accdefault),--> <!-- accdefault = values(accdefault),-->
@ -781,11 +781,11 @@
<!-- <if test="phone1 != null and phone1 != ''"> phone1 = #{phone1},</if>--> <!-- <if test="phone1 != null and phone1 != ''"> phone1 = #{phone1},</if>-->
<!-- <if test="phone2 != null and phone2 != ''"> phone2 = #{phone2},</if>--> <!-- <if test="phone2 != null and phone2 != ''"> phone2 = #{phone2},</if>-->
<!-- <if test="phone3 != null and phone3 != ''"> phone3 = #{phone3},</if>--> <!-- <if test="phone3 != null and phone3 != ''"> phone3 = #{phone3},</if>-->
<!-- <if test="pkareacl != null and pkareacl != ''"> pk_areacl = #{pkareacl},</if>--> <!-- <if test="pkAreacl != null and pkAreacl != ''"> pk_areacl = #{pkAreacl},</if>-->
<!-- <if test="pkcorp != null and pkcorp != ''"> pk_corp = #{pkcorp},</if>--> <!-- <if test="pkCorp != null and pkCorp != ''"> pk_corp = #{pkCorp},</if>-->
<!-- <if test="pkcorp1 != null and pkcorp1 != ''"> pk_corp1 = #{pkcorp1},</if>--> <!-- <if test="pkCorp1 != null and pkCorp1 != ''"> pk_corp1 = #{pkCorp1},</if>-->
<!-- <if test="pkcubasdoc1 != null and pkcubasdoc1 != ''"> pk_cubasdoc1 = #{pkcubasdoc1},</if>--> <!-- <if test="pkCubasdoc1 != null and pkCubasdoc1 != ''"> pk_cubasdoc1 = #{pkCubasdoc1},</if>-->
<!-- <if test="pkpricegroup != null and pkpricegroup != ''"> pk_pricegroup = #{pkpricegroup},</if>--> <!-- <if test="pkPricegroup != null and pkPricegroup != ''"> pk_pricegroup = #{pkPricegroup},</if>-->
<!-- <if test="registerfund != null and registerfund != ''"> registerfund = #{registerfund},</if>--> <!-- <if test="registerfund != null and registerfund != ''"> registerfund = #{registerfund},</if>-->
<!-- <if test="saleaddr != null and saleaddr != ''"> saleaddr = #{saleaddr},</if>--> <!-- <if test="saleaddr != null and saleaddr != ''"> saleaddr = #{saleaddr},</if>-->
<!-- <if test="sealflag != null and sealflag != ''"> sealflag = #{sealflag},</if>--> <!-- <if test="sealflag != null and sealflag != ''"> sealflag = #{sealflag},</if>-->
@ -795,12 +795,12 @@
<!-- <if test="url != null and url != ''"> url = #{url},</if>--> <!-- <if test="url != null and url != ''"> url = #{url},</if>-->
<!-- <if test="zipcode != null and zipcode != ''"> zipcode = #{zipcode},</if>--> <!-- <if test="zipcode != null and zipcode != ''"> zipcode = #{zipcode},</if>-->
<!--</trim>--> <!--</trim>-->
<!--where pk_cubasdoc = #{pkcubasdoc}--> <!--where pk_cubasdoc = #{pkCubasdoc}-->
<!--</update>--> <!--</update>-->
<!-- 逻辑删除 --> <!-- 逻辑删除 -->
<!--<update id="entity_logicDelete" parameterType = "com.hzya.frame.plugin.lets.entity.BdCubasdocEntity" >--> <!--<update id="entity_logicDelete" parameterType = "com.hzya.frame.plugin.lets.entity.BdCubasdocEntity" >-->
<!--update bd_cubasdoc set sts= 'N'--> <!--update bd_cubasdoc set sts= 'N'-->
<!--where pk_cubasdoc = #{pkcubasdoc}--> <!--where pk_cubasdoc = #{pkCubasdoc}-->
<!--</update>--> <!--</update>-->
<!-- 多条件逻辑删除 --> <!-- 多条件逻辑删除 -->
<!--<update id="entity_logicDelete_Multi_Condition" parameterType = "com.hzya.frame.plugin.lets.entity.BdCubasdocEntity" >--> <!--<update id="entity_logicDelete_Multi_Condition" parameterType = "com.hzya.frame.plugin.lets.entity.BdCubasdocEntity" >-->
@ -863,12 +863,12 @@
<!-- <if test="phone1 != null and phone1 != ''"> and phone1 = #{phone1} </if>--> <!-- <if test="phone1 != null and phone1 != ''"> and phone1 = #{phone1} </if>-->
<!-- <if test="phone2 != null and phone2 != ''"> and phone2 = #{phone2} </if>--> <!-- <if test="phone2 != null and phone2 != ''"> and phone2 = #{phone2} </if>-->
<!-- <if test="phone3 != null and phone3 != ''"> and phone3 = #{phone3} </if>--> <!-- <if test="phone3 != null and phone3 != ''"> and phone3 = #{phone3} </if>-->
<!-- <if test="pkareacl != null and pkareacl != ''"> and pk_areacl = #{pkareacl} </if>--> <!-- <if test="pkAreacl != null and pkAreacl != ''"> and pk_areacl = #{pkAreacl} </if>-->
<!-- <if test="pkcorp != null and pkcorp != ''"> and pk_corp = #{pkcorp} </if>--> <!-- <if test="pkCorp != null and pkCorp != ''"> and pk_corp = #{pkCorp} </if>-->
<!-- <if test="pkcorp1 != null and pkcorp1 != ''"> and pk_corp1 = #{pkcorp1} </if>--> <!-- <if test="pkCorp1 != null and pkCorp1 != ''"> and pk_corp1 = #{pkCorp1} </if>-->
<!-- <if test="pkcubasdoc != null and pkcubasdoc != ''"> and pk_cubasdoc = #{pkcubasdoc} </if>--> <!-- <if test="pkCubasdoc != null and pkCubasdoc != ''"> and pk_cubasdoc = #{pkCubasdoc} </if>-->
<!-- <if test="pkcubasdoc1 != null and pkcubasdoc1 != ''"> and pk_cubasdoc1 = #{pkcubasdoc1} </if>--> <!-- <if test="pkCubasdoc1 != null and pkCubasdoc1 != ''"> and pk_cubasdoc1 = #{pkCubasdoc1} </if>-->
<!-- <if test="pkpricegroup != null and pkpricegroup != ''"> and pk_pricegroup = #{pkpricegroup} </if>--> <!-- <if test="pkPricegroup != null and pkPricegroup != ''"> and pk_pricegroup = #{pkPricegroup} </if>-->
<!-- <if test="registerfund != null and registerfund != ''"> and registerfund = #{registerfund} </if>--> <!-- <if test="registerfund != null and registerfund != ''"> and registerfund = #{registerfund} </if>-->
<!-- <if test="saleaddr != null and saleaddr != ''"> and saleaddr = #{saleaddr} </if>--> <!-- <if test="saleaddr != null and saleaddr != ''"> and saleaddr = #{saleaddr} </if>-->
<!-- <if test="sealflag != null and sealflag != ''"> and sealflag = #{sealflag} </if>--> <!-- <if test="sealflag != null and sealflag != ''"> and sealflag = #{sealflag} </if>-->
@ -883,7 +883,7 @@
<!--通过主键删除--> <!--通过主键删除-->
<!--<delete id="entity_delete">--> <!--<delete id="entity_delete">-->
<!-- delete from bd_cubasdoc where pk_cubasdoc = #{pkcubasdoc}--> <!-- delete from bd_cubasdoc where pk_cubasdoc = #{pkCubasdoc}-->
<!--</delete>--> <!--</delete>-->
<!-- 根据客商管理档案的基础档案主键,查询客商管理档案信息--> <!-- 根据客商管理档案的基础档案主键,查询客商管理档案信息-->
@ -895,7 +895,7 @@
bca.dr = 0 bca.dr = 0
and bc.dr = 0 and bc.dr = 0
and bca.pk_cumandoc = #{pk_cumandoc} and bca.pk_cumandoc = #{pk_cumandoc}
and bca.pk_corp = #{pkcorp} and bca.pk_corp = #{pkCorp}
</select> </select>
<!--sm_user根据pk查username--> <!--sm_user根据pk查username-->
<select id="selectUserNameByPk" parameterType="String" resultType="String"> <select id="selectUserNameByPk" parameterType="String" resultType="String">