@@ -2247,7 +2247,6 @@ public class StudentServiceImpl extends ServiceImpl<StudentDao, StudentEntity> i
vo.setProgress(0.0);
vo.setTempDir(temDir);
vo.setFile(txt);
- vo.setSuccess(true);
BreachImportConsumer com = SpringContextHolder.getBean(BreachImportConsumer.class);
com.setVo(vo);
exec.execute(com);
@@ -2397,7 +2396,6 @@ public class StudentServiceImpl extends ServiceImpl<StudentDao, StudentEntity> i
CustStatusImportConsumer com = SpringContextHolder.getBean(CustStatusImportConsumer.class);