|
@@ -6,7 +6,6 @@ import java.util.Map;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Component;
|
|
|
|
|
|
-import cn.com.qmth.examcloud.api.commons.enums.CallType;
|
|
|
import cn.com.qmth.examcloud.commons.exception.StatusException;
|
|
|
import cn.com.qmth.examcloud.marking.api.MarkWorkCloudService;
|
|
|
import cn.com.qmth.examcloud.marking.api.bean.MarkWorkBean;
|
|
@@ -46,9 +45,9 @@ public class MarkWorkPaperCreateTask extends AbstractTask {
|
|
|
req.setMarkWorkBean(wbean);
|
|
|
try {
|
|
|
for (Long examId : bean.getExamIds()) {
|
|
|
- if(CallType.WHOLE_SET.equals(bean.getCallType())) {
|
|
|
- createMarkItems(examId, bean.getId());
|
|
|
- }
|
|
|
+// if(CallType.WHOLE_SET.equals(bean.getCallType())) {
|
|
|
+ createMarkItems(examId, bean.getId());
|
|
|
+// }
|
|
|
createStudentPapers(examId, bean.getId());
|
|
|
}
|
|
|
wbean.setStatus(1);
|