|
|
@@ -272,6 +272,9 @@ public class SwdlServiceImpl extends GenericProvider implements SwdlService {
|
|
|
if(BeanUtils.isNotEmpty(param.get("examType"))){
|
|
|
stringObjectHashMap.put("examType",String.join(",", (ArrayList)param.get("examType")));
|
|
|
}
|
|
|
+ if(BeanUtils.isNotEmpty(param.get("paperState"))){
|
|
|
+ stringObjectHashMap.put("paperState",String.join(",", (ArrayList)param.get("paperState")));
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
return stringObjectHashMap;
|