\345\237\272\347\241\200APP/\350\277\220\347\273\264\347\233\221\346\216\247\357\274\210iidp-monitor\357\274\211.md
... ...
@@ -24,22 +24,37 @@
24 24
一、在应用商城卸载iidp-monitor app。
25 25
26 26
二、在对应数据库执行如下语句
27
+
27 28
##权限更新
29
+
28 30
update `tenant_view_ref_model` set app_name='sie-iidp-monitor' where app_name = 'iidp-monitor';
31
+
29 32
update `tenant_show_ui_menu` set app_name='sie-iidp-monitor' where app_name = 'iidp-monitor';
33
+
30 34
update `tenant_permission` set app_name='sie-iidp-monitor' where app_name = 'iidp-monitor';
35
+
31 36
##update `tenant_function_auth` set app_name='sie-iidp-monitor' where app_name = 'iidp-monitor';
37
+
32 38
update `tenant_data_auth` set app_name='sie-iidp-monitor' where app_name = 'iidp-monitor';
39
+
33 40
update `tenant_api_ref_model` set app_name='sie-iidp-monitor' where app_name = 'iidp-monitor';
41
+
34 42
update `meta_attachment` set app_id='sie-iidp-monitor' where app_id = 'iidp-monitor';
43
+
35 44
##update `config_center` set app='sie-iidp-monitor' where app = 'iidp-monitor';
45
+
36 46
UPDATE config_center SET id=CONCAT('sie-',id),app=CONCAT('sie-',app) where app = 'iidp-cloud-edge' AND tag='master';
47
+
37 48
update `operator_blacklist` set app_name='sie-iidp-monitor' where app_name = 'iidp-monitor';
49
+
38 50
##update `operator_log` set app_name='sie-iidp-monitor' where app_name = 'iidp-monitor';
51
+
39 52
##业务更新
53
+
40 54
UPDATE FROM ops_tracking_service_model SET app_code='iidp-monitor' WHERE app_code='iidp-monitor';
41 55
42 56
##权限删除
57
+
43 58
DELETE FROM tenant_function_auth WHERE app_name='iidp-monitor';
44 59
45 60
三、重新在应用商城上传新的sie-iidp-monitor.jar后端包以及前端包,并且安装。