Showing
1 changed file
with
0 additions
and
2 deletions
... | ... | @@ -188,8 +188,6 @@ INSERT INTO "public"."sys_role_menu"("role_id", "menu_id") VALUES ('0644c9e0-0e0 |
188 | 188 | |
189 | 189 | INSERT INTO "public"."sys_role_menu"("role_id", "menu_id") VALUES ('81818181-8181-8181-8181-818181818181', 'a80f41f1-6f23-4eae-a49b-619bd809931b'); |
190 | 190 | |
191 | -UPDATE "public"."sys_user" SET "username" = 'sysadmin', "password" = '$2a$10$faehcAAtMamgy6q0iEgCROCMNR/b.aGh3uEHzy.qgCoAl/cOhfq.2', "activate_token" = 'wwEZMTuqWF', "phone_number" = '17313039356', "email" = '1419750663@qq.com', "enabled" = 't', "account_expire_time" = NULL, "tenant_id" = '13814000-1dd2-11b2-8080-808080808080', "creator" = NULL, "create_time" = '2021-09-01 17:39:04', "updater" = '80808080-8080-8080-8080-808080808080', "update_time" = '2021-11-18 16:05:03.422648', "real_name" = '超级管理员', "avatar" = 'http://222.180.200.114:29000/thingskit/2023-06-21/QcoBRsXsWclZGwO.webp', "level" = 0, "dept_id" = NULL, "tb_user" = NULL, "remark" = NULL WHERE "id" = '80808080-8080-8080-8080-808080808080'; | |
192 | - | |
193 | 191 | INSERT INTO "public"."tk_data_view_interface"("id", "interface_name", "request_content_type", "request_origin_url", "request_http_type", "request_url", "request_params", "state", "creator", "create_time", "updater", "update_time", "tenant_id", "remark", "interface_type", "filter") VALUES ('3a358c23-5486-4ca7-a075-acaab6000ea5', '设备占比(脚本适合饼图)', 0, 'localhost', 'GET', '/api/yt/homepage/left/top', '{"requestSQLContent":{},"Params":[],"Header":[{"key":"ContentType","value":"none","required":false}]}', 1, '80808080-8080-8080-8080-808080808080', '2023-07-06 18:13:38.225479', '80808080-8080-8080-8080-808080808080', '2023-07-07 21:29:49.530185', '13814000-1dd2-11b2-8080-808080808080', NULL, 'SYSTEM', '//获取设备信息 |
194 | 192 | const { |
195 | 193 | deviceInfo | ... | ... |