功能完善

This commit is contained in:
2026-05-29 15:25:25 +08:00
parent 4721490132
commit a4c9c4c919
28 changed files with 3318 additions and 4 deletions
@@ -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,