|
|
@ -196,7 +196,7 @@ public class PointApplyServiceImpl extends BaseServiceImpl<PointApplyDao, PointA |
|
|
|
entity.setAgencyId(gridInfo.getPid()); |
|
|
|
entity.setAgencyPids(gridInfo.getPids()); |
|
|
|
entity.setStatus(ApplyStatusEnum.AUDITING.getCode()); |
|
|
|
entity.setName(userInfo.getName()); |
|
|
|
entity.setName(userInfo.getRealName()); |
|
|
|
entity.setMobile(userInfo.getMobile()); |
|
|
|
entity.setIdCard(userInfo.getIdNum()); |
|
|
|
baseDao.insert(entity); |
|
|
|