Ver código fonte

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

wub 5 meses atrás
pai
commit
c436168ed4

+ 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;
     }
 }