|
|
@@ -216,6 +216,7 @@ public class InvitationRecordServiceImpl implements InvitationRecordService {
|
|
|
User inviteUser = userDao.findOne(e.getInviteUserUU());
|
|
|
record.setInviteUserName(inviteUser != null ? inviteUser.getUserName() : null);
|
|
|
}
|
|
|
+ record.setRegisterDate(e.getEnDate());
|
|
|
} else {
|
|
|
List<Enterprise> enters = enterpriseDao.findByEnName(record.getVendname());
|
|
|
if (!CollectionUtils.isEmpty(enters)) {
|