|
|
@ -146,7 +146,7 @@ public class UserBadgeServiceImpl implements UserBadgeService { |
|
|
|
} |
|
|
|
userBadgeDao.updateCertificateRecordIsLast(form.getBadgeId(),form.getUserId()); |
|
|
|
form.setGridId(userBaseInfoResultDTOS.get(NumConstant.ZERO).getRegisteredGridId()); |
|
|
|
form.setIdNum(certificationAddFormDTO.getIdCard()); |
|
|
|
form.setIdNum(certificationAddFormDTO.getIdcard()); |
|
|
|
form.setCertificationImg(certificationAddFormDTO.getCertificationImg()); |
|
|
|
form.setSurname(certificationAddFormDTO.getSurname()); |
|
|
|
userBadgeDao.insertUserBadgeCertificateRecord(form); |
|
|
|