标准评估 多项目组
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ public class Step3After implements TaskListener {
|
||||
for (Object s: jsonArray) {
|
||||
JSONObject object1= JSON.parseObject(s.toString());
|
||||
if (null!=map.get(object1.getString("unameId"))){
|
||||
map.get(object1.getString("unameId")).getJSONArray("dataList");
|
||||
map.get(object1.getString("unameId")).getJSONArray("dataList").add(object1);
|
||||
}else {
|
||||
JSONObject object2=new JSONObject();
|
||||
object2=JSON.parseObject(object.toJSONString());
|
||||
|
||||
Reference in New Issue
Block a user