|
|
|
@ -322,7 +322,7 @@ public class XmQuestionController { |
|
|
|
Map<String,Tips> noOperTips=new HashMap<>(); |
|
|
|
|
|
|
|
this.checkQx(xmQuestionsDb,canOper,noOper,noOperTips); |
|
|
|
|
|
|
|
if(canOper.size()>0){ |
|
|
|
xmQuestionMap.put("ids",canOper.stream().map(k->k.getId()).collect(Collectors.toList())); |
|
|
|
|
|
|
|
Set<String> fieldKey=xmQuestionMap.keySet().stream().filter(i->fieldsMap.containsKey(i)).collect(Collectors.toSet()); |
|
|
|
@ -380,6 +380,8 @@ public class XmQuestionController { |
|
|
|
xmQuestionHandleService.batchAddAsync(handles); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
List<String> msgs=new ArrayList<>(); |
|
|
|
if(canOper.size()>0){ |
|
|
|
|