|
@@ -18,7 +18,7 @@ import cn.com.qmth.examcloud.web.support.SpringContextHolder;
|
|
|
@Service
|
|
|
public class ExportReduplicateQuestionService {
|
|
|
private String rootOrgId = "17351";
|
|
|
- private String paperName = "230517";
|
|
|
+// private String paperName = "230517";
|
|
|
private int threadCount=4;
|
|
|
|
|
|
public void start() {
|
|
@@ -27,7 +27,7 @@ public class ExportReduplicateQuestionService {
|
|
|
try {
|
|
|
Map<String, Object> param=new HashMap<>();
|
|
|
param.put("rootOrgId", rootOrgId);
|
|
|
- param.put("paperName", paperName);
|
|
|
+// param.put("paperName", paperName);
|
|
|
pr.startDispose(ExportQuesReduplicateConsumer.class, threadCount, param);
|
|
|
List<RetDto> ret = new ArrayList<>();
|
|
|
int index=0;
|