|
|
@ -210,7 +210,7 @@ public class VolunteerInfoServiceImpl extends BaseServiceImpl<VolunteerInfoDao, |
|
|
|
|
|
|
|
// 补全其他字段
|
|
|
|
volunteerEntity.setRegistTime(new Date());// 注册时间
|
|
|
|
volunteerEntity.setAuditStatus(NumConstant.ONE_STR); // 审核状态 默认审核通过
|
|
|
|
volunteerEntity.setAuditStatus(NumConstant.ZERO_STR); // 审核状态 默认自动审核通过
|
|
|
|
volunteerEntity.setAuditTime(volunteerEntity.getRegistTime()); // 审核时间
|
|
|
|
String address = volunteerEntity.getRoad() |
|
|
|
.concat(StringUtils.isNotBlank(volunteerEntity.getVillageName()) ? volunteerEntity.getVillageName() : StringUtils.EMPTY) |
|
|
|