大屏看板初始化数据数据返回
This commit is contained in:
parent
ea2073f5b3
commit
3a27008798
|
|
@ -71,7 +71,7 @@ public class KanbanController extends ControllerBase{
|
|||
String getdata4=HttpOfGet(KANBAN_URL+"getdata1","type","other");
|
||||
JSONObject jsonObject6 = JSONUtil.parseObj(getdata4);
|
||||
array.add(jsonObject6);
|
||||
return ApiResult.success(jsonObject6.toString());
|
||||
return ApiResult.success(array.toString());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue