大屏看板初始化数据数据返回

This commit is contained in:
10001195 2026-01-27 10:27:53 +08:00
parent ea2073f5b3
commit 3a27008798
1 changed files with 1 additions and 1 deletions

View File

@ -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());
}
/**