|
|
@ -71,7 +71,7 @@ public class UserRegisterController extends BaseController {
|
|
|
|
userRegisterEntity = new UserRegisterEntity();
|
|
|
|
userRegisterEntity = new UserRegisterEntity();
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
userPersons = userPersonService.list(new QueryWrapper<UserPersonEntity>().eq("registerId", userRegisterEntity.getId()));
|
|
|
|
userPersons = userPersonService.list(new QueryWrapper<UserPersonEntity>().eq("registerId", userRegisterEntity.getId()));
|
|
|
|
userCerts = userCertService.selectByRegisterId(userRegisterEntity.getId());
|
|
|
|
userCerts = userCertService.selectByRegisterId(userRegisterEntity.getId().toString());
|
|
|
|
}
|
|
|
|
}
|
|
|
|
map.put("registerInfo", userRegisterEntity);
|
|
|
|
map.put("registerInfo", userRegisterEntity);
|
|
|
|
map.put("userPersons", userPersons);
|
|
|
|
map.put("userPersons", userPersons);
|
|
|
|