|
@@ -178,7 +178,7 @@ public class MOMainController implements ApplicationContextAware {
|
|
|
//转JSON且赋值
|
|
|
Gson userGson = new GsonBuilder().create();
|
|
|
JSONObject jf = new JSONObject();
|
|
|
- jf.put("organizationId","32");
|
|
|
+ jf.put("organizationId","36");
|
|
|
result.put("pathVariableMap",jf);
|
|
|
result.put("payload", userGson.toJson(JsonChangeUtils.toMoMainJson(map)));
|
|
|
log.info("查询到的数据:" + result);
|