功能完善
This commit is contained in:
@@ -12,8 +12,14 @@
|
||||
|
||||
<resultMap id="PartnerManageResult" type="com.nbport.zgwl.partner.dto.PartnerManageDto">
|
||||
<id property="customerSysid" column="CUSTOMER_SYSID"/>
|
||||
<result property="customerRegno" column="CUSTOMER_REGNO"/>
|
||||
<result property="customerNo" column="CUSTOMER_NO"/>
|
||||
<result property="customerNameC" column="CUSTOMER_NAME_C"/>
|
||||
<result property="customerTaxno" column="CUSTOMER_TAXNO"/>
|
||||
<result property="customerAddress" column="CUSTOMER_ADDRESS"/>
|
||||
<result property="officephone" column="OFFICEPHONE"/>
|
||||
<result property="customerBank" column="CUSTOMER_BANK"/>
|
||||
<result property="customerBankaccount" column="CUSTOMER_BANKACCOUNT"/>
|
||||
<result property="customerRegaddr" column="CUSTOMER_REGADDR"/>
|
||||
<result property="emailAddress" column="EMAIL_ADDRESS"/>
|
||||
<result property="oppositeId" column="OPPOSITE_ID"/>
|
||||
@@ -60,7 +66,8 @@
|
||||
</resultMap>
|
||||
|
||||
<sql id="selectPartnerColumns">
|
||||
select CUSTOMER_SYSID, CUSTOMER_NAME_C, CUSTOMER_TAXNO, CUSTOMER_REGADDR,
|
||||
select CUSTOMER_SYSID, CUSTOMER_REGNO, CUSTOMER_NO, CUSTOMER_NAME_C, CUSTOMER_TAXNO,
|
||||
CUSTOMER_ADDRESS, OFFICEPHONE, CUSTOMER_BANK, CUSTOMER_BANKACCOUNT, CUSTOMER_REGADDR,
|
||||
EMAIL_ADDRESS, OPPOSITE_ID, OPPOSITE_CHARACTER, GAT_FLAG, GROUP_FLAG,
|
||||
COUNTRY, COUNTRY_NAME, LEGAL_PERSON_NAME, CERTIFICATE_TYPE,
|
||||
CERTIFICATE_NUM, TIN_CODE, REGISTERED_CAPITAL, REG_CAPITAL,
|
||||
|
||||
Reference in New Issue
Block a user