Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
leaf-hlcm
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
hlcm
leaf-hlcm
Commits
6497b2c6
Commit
6497b2c6
authored
Sep 06, 2019
by
Spencer Chang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[feat] 添加数据库脚本存放路径
parent
4107aaaf
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
46 additions
and
0 deletions
+46
-0
readme.txt
src/main/database/Init/Layout_db_object/readme.txt
+1
-0
readme.txt
src/main/database/Init/Sys_code/readme.txt
+1
-0
readme.txt
src/main/database/Init/Sys_message/readme.txt
+1
-0
readme.txt
src/main/database/Init/Sys_prompt/readme.txt
+1
-0
readme.txt
src/main/database/Init/Workflow_proc/readme.txt
+1
-0
readme.txt
src/main/database/Package/readme.txt
+1
-0
REGISTER_CON_REPO001.sql
src/main/database/Register_function/REGISTER_CON_REPO001.sql
+36
-0
readme.txt
src/main/database/Register_wfl/readme.txt
+1
-0
readme.txt
src/main/database/Sequence/readme.txt
+1
-0
readme.txt
src/main/database/Table/readme.txt
+1
-0
readme.txt
src/main/database/View/readme.txt
+1
-0
clear_table.sql
src/main/database/clear_table.sql
+0
-0
No files found.
src/main/database/Init/Layout_db_object/readme.txt
0 → 100644
View file @
6497b2c6
站位文件
\ No newline at end of file
src/main/database/Init/Sys_code/readme.txt
0 → 100644
View file @
6497b2c6
站位文件
\ No newline at end of file
src/main/database/Init/Sys_message/readme.txt
0 → 100644
View file @
6497b2c6
站位文件
\ No newline at end of file
src/main/database/Init/Sys_prompt/readme.txt
0 → 100644
View file @
6497b2c6
站位文件
\ No newline at end of file
src/main/database/Init/Workflow_proc/readme.txt
0 → 100644
View file @
6497b2c6
站位文件
\ No newline at end of file
src/main/database/Package/readme.txt
0 → 100644
View file @
6497b2c6
站位文件
\ No newline at end of file
src/main/database/Register_function/REGISTER_CON_REPO001.sql
0 → 100644
View file @
6497b2c6
WHENEVER
SQLERROR
EXIT
FAILURE
ROLLBACK
;
WHENEVER
OSERROR
EXIT
FAILURE
ROLLBACK
;
spool
REGISTER_CON_REPO001
.
log
set
feedback
off
set
define
off
begin
--页面注册
sys_function_assign_pkg
.
service_load
(
'modules/cus/CUS300/csh_payment_req_selected.lview'
,
'返佣支付'
,
1
,
1
,
0
);
--功能定义
SYS_LOAD_SYS_FUNCTION_PKG
.
SYS_FUNCTION_LOAD
(
'CON_REPO001'
,
'回购申请创建'
,
'回购申请创建'
,
'100'
,
''
,
''
,
'modules/cus/CUS300/csh_payment_req_selected.lview'
,
'ZHS'
,
-
1
);
SYS_LOAD_SYS_FUNCTION_PKG
.
SYS_FUNCTION_LOAD
(
'CON_REPO001'
,
'回购申请创建'
,
'回购申请创建'
,
'100'
,
''
,
''
,
'modules/cus/CUS300/csh_payment_req_selected.lview'
,
'US'
,
-
1
);
--分配页面
sys_function_assign_pkg
.
func_service_load
(
'CON_REPO001'
,
'modules/cus/CUS300/csh_payment_req_selected.lview'
);
--分配bm
sys_function_assign_pkg
.
func_bm_load
(
'CON_REPO001'
,
'cont.CON500.con_contract_get_layout_code'
);
--分配菜单
sys_load_sys_function_grp_pkg
.
sys_function_group_item_load
(
p_function_group_code
=>
'CON_CHANGE_REQ'
,
p_function_code
=>
'CON_REPO001'
,
p_enabled_flag
=>
'Y'
,
P_USER_ID
=>-
1
);
end
;
/
commit
;
set
feedback
on
set
define
on
spool
off
exit
src/main/database/Register_wfl/readme.txt
0 → 100644
View file @
6497b2c6
站位文件
\ No newline at end of file
src/main/database/Sequence/readme.txt
0 → 100644
View file @
6497b2c6
站位文件
\ No newline at end of file
src/main/database/Table/readme.txt
0 → 100644
View file @
6497b2c6
站位文件
\ No newline at end of file
src/main/database/View/readme.txt
0 → 100644
View file @
6497b2c6
站位文件
\ No newline at end of file
src/main/
webapp/database/sql/清表脚本/清表脚本
.sql
→
src/main/
database/clear_table
.sql
View file @
6497b2c6
File moved
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