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
05c8023b
Commit
05c8023b
authored
Jan 03, 2020
by
biao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
e9b3464a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
1 deletion
+1
-1
compass_db_schema.xlsx
doc/DB/compass_db_schema.xlsx
+0
-0
管局数据模板.xls
doc/管局数据模板.xls
+0
-0
管理端功能列表.xlsx
doc/管理端功能列表.xlsx
+0
-0
SchoolType.inc
src/cn/compass/entity/definition/SchoolType.inc
+1
-1
No files found.
doc/DB/compass_db_schema.xlsx
View file @
05c8023b
No preview for this file type
doc/管局数据模板.xls
View file @
05c8023b
No preview for this file type
doc/管理端功能列表.xlsx
View file @
05c8023b
No preview for this file type
src/cn/compass/entity/definition/SchoolType.inc
View file @
05c8023b
...
...
@@ -26,7 +26,7 @@ class SchoolType
$data
=
array
();
$tmp
=
array
(
"id"
=>
1
,
"title"
=>
"幼儿"
);
$tmp
=
array
(
"id"
=>
1
,
"title"
=>
"幼儿
园
"
);
array_push
(
$data
,
$tmp
);
$tmp
=
array
(
"id"
=>
2
,
"title"
=>
"小学"
);
...
...
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