|
@@ -43,7 +43,7 @@ public class GetStduentAnswerByIdentityNumberService {
|
|
|
|
|
|
private int sqlIndex = 1;
|
|
private int sqlIndex = 1;
|
|
|
|
|
|
- @Async
|
|
|
|
|
|
+ // @Async
|
|
public void start(Long examId, String courseCode, String identityNumber) throws Exception {
|
|
public void start(Long examId, String courseCode, String identityNumber) throws Exception {
|
|
String packageName = this.getClass().getPackage().getName();
|
|
String packageName = this.getClass().getPackage().getName();
|
|
String packagePath = packageName.replaceAll("\\.", "/");
|
|
String packagePath = packageName.replaceAll("\\.", "/");
|