浏览代码

问题处理

yzc 1 年之前
父节点
当前提交
a9691fbd90

+ 13 - 1
hx-account/src/main/java/com/fjhx/account/entity/account/po/AccountManagement.java

@@ -49,7 +49,6 @@ public class AccountManagement extends BasePo {
     private String interbankNumber;
 
 
-
     /**
      * 账户名称(外汇信息)
      */
@@ -91,4 +90,17 @@ public class AccountManagement extends BasePo {
      */
     private Integer type;
 
+    /**
+     * 电话
+     */
+    private String beneficiaryTel;
+    /**
+     * 税点
+     */
+    private String taxPoints;
+    /**
+     * 纳税人识别号
+     */
+    private String taxpayerCode;
+
 }

+ 1 - 0
hx-customer/src/main/resources/mapper/customer/CustomerMapper.xml

@@ -52,6 +52,7 @@
                c.priv_account_bank,
                c.priv_account_number,
                c.last_follow_time,
+               c.duty_paragraph,
                IFNULL(t1.followCount, 0)    AS followCount,
                t1.lastSaleDate,
                IFNULL(t1.lastSaleDay, 0)    as lastSaleDay,