Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
Compass
Overview
Overview
Details
Activity
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
zong
Compass
Commits
061e3d7e
Commit
061e3d7e
authored
Jan 17, 2020
by
lixq
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlib.occloud.net/biao/ZhiNanZhen
parents
176aa1a6
6e38a0be
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
compass_db_init.sql
doc/DB/compass_db_init.sql
+2
-1
compass_db_schema.xlsx
doc/DB/compass_db_schema.xlsx
+0
-0
compass_include.inc
src/settings/compass_include.inc
+1
-0
No files found.
doc/DB/compass_db_init.sql
View file @
061e3d7e
...
...
@@ -5,4 +5,5 @@ insert into account_mst(login,password,name,contact,role,modules)values('admin12
insert
into
account_mst
(
login
,
password
,
name
,
contact
,
role
)
values
(
'admin123'
,
'admin123'
,
'系统管理员'
,
'123456'
,
'99'
)
##
系统常量表
##
insert
into
system_constant_dat
(
name
,
title
,
constant_value
)
values
(
'ORGNAZATION_RULE'
,
'机构认证说明'
,
'请输入文本'
)
insert
into
system_constant_dat
(
name
,
title
,
constant_value
)
values
(
'ORGNAZATION_RULE'
,
'机构认证说明'
,
'请输入文本'
);
insert
into
system_constant_dat
(
name
,
title
,
constant_value
)
values
(
'COURSE_RATE'
,
'利率'
,
'0.6'
);
doc/DB/compass_db_schema.xlsx
View file @
061e3d7e
No preview for this file type
src/settings/compass_include.inc
View file @
061e3d7e
...
...
@@ -52,6 +52,7 @@ require_once(COMPASS_LIB_ROOT . "/cn/compass/entity/definition/AuthorityLevel.in
require_once
(
COMPASS_LIB_ROOT
.
"/cn/compass/entity/definition/SystemFunction.inc"
);
require_once
(
COMPASS_LIB_ROOT
.
"/cn/compass/entity/definition/OrganizationStatus.inc"
);
require_once
(
COMPASS_LIB_ROOT
.
"/cn/compass/entity/definition/AcountModule.inc"
);
require_once
(
COMPASS_LIB_ROOT
.
"/cn/compass/entity/definition/OrderStatus.inc"
);
// Action
require_once
(
COMPASS_LIB_ROOT
.
"/cn/compass/action/TemplateAction.inc"
);
...
...
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