Showing
1 changed file
with
0 additions
and
2 deletions
... | ... | @@ -243,8 +243,6 @@ INSERT INTO "public"."sys_role_menu"("role_id", "menu_id") VALUES ('81818181-818 |
243 | 243 | |
244 | 244 | INSERT INTO "public"."sys_role_menu"("role_id", "menu_id") VALUES ('81818181-8181-8181-8181-818181818181', 'eb011a1b-a493-459b-b004-a6b3d6435c1f'); |
245 | 245 | |
246 | -UPDATE "public"."sys_user" SET "username" = 'sysadmin', "password" = '$2a$10$Hu6uJKpjcWwAkPbwNFfiaeuVqyJS1mN83lUIGwsOEwvg1AdcCk6oy', "activate_token" = 'ChHbGhnEmY', "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-07-17/eZZIYEBtOLsgmxU.jpg', "level" = 0, "dept_id" = NULL, "tb_user" = NULL, "remark" = NULL WHERE "id" = '80808080-8080-8080-8080-808080808080'; | |
247 | - | |
248 | 246 | 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 ('00122319-21e0-42c1-8356-330c7cf6692f', '获取设备离线数(适合自定义文字)', 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-25 11:08:59.686492', '80808080-8080-8080-8080-808080808080', '2023-07-25 11:09:01.544659', '13814000-1dd2-11b2-8080-808080808080', NULL, 'SYSTEM', '//获取离线设备数 |
249 | 247 | let offLine = res.deviceInfo.offLine; |
250 | 248 | ... | ... |