|
|
@ -311,19 +311,20 @@ public class UserRegisterController extends BaseController {
|
|
|
|
userCheckEntity.setResultExplain(registComPerResponse.getReason());
|
|
|
|
userCheckEntity.setResultExplain(registComPerResponse.getReason());
|
|
|
|
}
|
|
|
|
}
|
|
|
|
userCheckEntity.setCreateTime(new Date());
|
|
|
|
userCheckEntity.setCreateTime(new Date());
|
|
|
|
|
|
|
|
UserCompanyEntity company = userCompanyService.getById(registComPerResponse.getUcId());
|
|
|
|
userRegisterEntity.setId(Long.valueOf(registComPerResponse.getId()));
|
|
|
|
userRegisterEntity.setId(Long.valueOf(registComPerResponse.getId()));
|
|
|
|
userRegisterEntity.setCheckStatus(registComPerResponse.getCheckStatus());
|
|
|
|
userRegisterEntity.setCheckStatus(registComPerResponse.getCheckStatus());
|
|
|
|
userCompanyEntity.setId(Long.valueOf(registComPerResponse.getUcId()));
|
|
|
|
userCompanyEntity.setId(Long.valueOf(registComPerResponse.getUcId()));
|
|
|
|
userCompanyEntity.setCustomerId(registComPerResponse.getUcId());
|
|
|
|
userCompanyEntity.setCustomerId(registComPerResponse.getUcId());
|
|
|
|
userCompanyEntity.setCheckStatus(registComPerResponse.getCheckStatus());
|
|
|
|
userCompanyEntity.setCheckStatus(registComPerResponse.getCheckStatus());
|
|
|
|
userCompanyEntity.setReason(registComPerResponse.getReason());
|
|
|
|
userCompanyEntity.setReason(registComPerResponse.getReason());
|
|
|
|
|
|
|
|
userCompanyEntity.setAuditStatus(Integer.valueOf(company.getCheckStatus()));
|
|
|
|
String queueName = "fanout_" + userCompanyEntity.getId() + "";
|
|
|
|
String queueName = "fanout_" + userCompanyEntity.getId() + "";
|
|
|
|
rabbitQueueService.createQueue(queueName);
|
|
|
|
rabbitQueueService.createQueue(queueName);
|
|
|
|
userRegisterService.updateById(userRegisterEntity);
|
|
|
|
userRegisterService.updateById(userRegisterEntity);
|
|
|
|
userCompanyService.updateById(userCompanyEntity);
|
|
|
|
userCompanyService.updateById(userCompanyEntity);
|
|
|
|
userCheckService.insert(userCheckEntity);
|
|
|
|
userCheckService.insert(userCheckEntity);
|
|
|
|
UserCompanyEntity company = userCompanyService.getById(registComPerResponse.getUcId());
|
|
|
|
|
|
|
|
supCompanyEntity.setCustomerId(String.valueOf(company.getId()));
|
|
|
|
supCompanyEntity.setCustomerId(String.valueOf(company.getId()));
|
|
|
|
supCompanyEntity.setCompanyName(company.getCompanyName());
|
|
|
|
supCompanyEntity.setCompanyName(company.getCompanyName());
|
|
|
|
supCompanyEntity.setAuditStatus(Integer.valueOf(userCompanyEntity.getCheckStatus()));
|
|
|
|
supCompanyEntity.setAuditStatus(Integer.valueOf(userCompanyEntity.getCheckStatus()));
|
|
|
|