Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
HLS3.0-UPDATE-SQL
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
EricChen
HLS3.0-UPDATE-SQL
Commits
6e4a7a8d
Commit
6e4a7a8d
authored
Oct 31, 2018
by
EricChen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
脚本
parent
a6edb6fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
0 deletions
+23
-0
05-func_service_load.sql
manual/05-func_service_load.sql
+21
-0
07-init.sql
manual/07-init.sql
+2
-0
No files found.
manual/05-func_service_load.sql
View file @
6e4a7a8d
...
...
@@ -49,4 +49,25 @@ sys_function_assign_pkg.func_service_load('MENU_AND_MAIN','home_page/WIDGET-CSH/
sys_function_assign_pkg
.
func_service_load
(
'WIDGET-GOQUERY-FUND'
,
'home_page/WIDGET-ASSET/WIDGET-GOQUERY-FUND.lview'
);
sys_function_assign_pkg
.
func_service_load
(
'MENU_AND_MAIN'
,
'home_page/WIDGET-ASSET/WIDGET-GOQUERY-FUND.lview'
);
-- 2018-10-31 选择主题
sys_function_assign_pkg
.
service_load
(
'sys_subject_select.lview'
,
'主题选择'
);
sys_function_assign_pkg
.
func_service_load
(
'MENU_AND_MAIN'
,
'sys_subject_select.lview'
);
-- 2018-10-31 leaf_main.lview
sys_function_assign_pkg
.
service_load
(
'leaf_main.lview'
,
'leaf_main'
);
sys_function_assign_pkg
.
func_service_load
(
'MENU_AND_MAIN'
,
'leaf_main.lview'
);
-- 2018-10-31 leaf_user_role_home_page.lview
sys_function_assign_pkg
.
service_load
(
'leaf_user_role_home_page.lview'
,
'leaf_main'
);
sys_function_assign_pkg
.
func_service_load
(
'MENU_AND_MAIN'
,
'leaf_user_role_home_page.lview'
);
-- 2018-10-31 leaf_user_role_home_page.lview
sys_function_assign_pkg
.
service_load
(
'leaf_user_role_home_page.lview'
,
'leaf_main'
);
sys_function_assign_pkg
.
func_service_load
(
'MENU_AND_MAIN'
,
'leaf_user_role_home_page.lview'
);
-- 2018-10-31 user_role_home_page.lview
sys_function_assign_pkg
.
service_load
(
'user_role_home_page.lview'
,
'user_role_home_page'
);
sys_function_assign_pkg
.
func_service_load
(
'MENU_AND_MAIN'
,
'user_role_home_page.lview'
);
end
;
\ No newline at end of file
manual/07-init.sql
0 → 100644
View file @
6e4a7a8d
-- 更新首页服务lview
update
sys_service
s
set
s
.
SERVICE_NAME
=
'user_role_home_page.lview'
where
s
.
TITLE
=
'首页'
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment