|
@@ -2127,6 +2127,8 @@ public class ContractMakingServiceImpl implements ContractMakingService {
|
|
|
electronicSignaturePersonal.setCardType("idCard");
|
|
|
electronicSignaturePersonal.setMobile(financingFromInvestorsPerson.getPhoneNumber());
|
|
|
customer.setElectronicSignaturePersonal(electronicSignaturePersonal);
|
|
|
+ }else {
|
|
|
+ sysCustomer.setElectronicSignaturePersonal(electronicSignaturePersonal);
|
|
|
}
|
|
|
customer.setAccountType("1");
|
|
|
sysCustomerService.add(customer);
|