Browse Source

【泛微对接】【新增银行登记接口增加贷方,原币贷方字段】

wub 1 month ago
parent
commit
c436168ed4
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/main/java/com/uas/eis/convertor/CustomerConvertor.java

+ 3 - 0
src/main/java/com/uas/eis/convertor/CustomerConvertor.java

@@ -42,6 +42,9 @@ public class CustomerConvertor {
         customerResp.setId(customerDTO.getCu_id());
         customerResp.setEnablecredit(customerDTO.getCu_enablecredit());
         customerResp.setCredit(customerDTO.getCu_credit());
+        customerResp.setUu(customerDTO.getCu_uu());
+        customerResp.setContact2(customerDTO.getCu_contact2());
+        customerResp.setTel2(customerDTO.getCu_tel2());
         return customerResp;
     }
 }