|
@@ -106,12 +106,6 @@ public class StudentRegistrationServiceImpl extends BaseServiceImpl<Long, Studen
|
|
|
@Autowired
|
|
|
private GoodsDao goodsDao;
|
|
|
|
|
|
- @Value("${message.debugMode}")
|
|
|
- private boolean debugMode;
|
|
|
-
|
|
|
- @Autowired
|
|
|
- private RealnameAuthenticationPluginContext realnameAuthenticationPluginContext;
|
|
|
-
|
|
|
@Override
|
|
|
public BaseDAO<Long, StudentRegistration> getDAO() {
|
|
|
return studentRegistrationDao;
|
|
@@ -276,10 +270,6 @@ public class StudentRegistrationServiceImpl extends BaseServiceImpl<Long, Studen
|
|
|
teacherDao.updateUser(sysUser);
|
|
|
}
|
|
|
|
|
|
- if(debugMode){
|
|
|
- realnameAuthenticationPluginContext.getRealnameAuthenticationPlugin(LinkfaceRealnameAuthenticationPlugin.getName()).verify(sysUser.getRealName(), sysUser.getIdCardNo());
|
|
|
- }
|
|
|
-
|
|
|
studentRegistration.setActualSubjectId(studentRegistration.getSubjectId());
|
|
|
studentRegistration.setCreateTime(date);
|
|
|
studentRegistration.setUpdateTime(date);
|