临时发起问题回退
This commit is contained in:
+2
-2
@@ -133,13 +133,13 @@ public class StartSurveyAfter implements TaskListener {
|
||||
}
|
||||
JSONArray res=new JSONArray();
|
||||
JSONArray object1=JSONArray.parseArray(object.getString("filesId"));
|
||||
if(null!=object1 && object1.size()>0) {
|
||||
// if(null!=object1 && object1.size()>0) {
|
||||
object1.forEach(o -> {
|
||||
JSONObject object2 = JSONObject.parseObject(o.toString());
|
||||
object2.put("standFileClassify", object.getString("textType"));
|
||||
res.add(object2);
|
||||
});
|
||||
}
|
||||
// }
|
||||
//发起公开征求意见
|
||||
SarPublicIdea sarPublicIdea = SarPublicIdea.builder()
|
||||
.id(UUID.randomUUID().toString())
|
||||
|
||||
Reference in New Issue
Block a user