Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
education
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
李丛阳
education
Commits
92f1bdc7
Commit
92f1bdc7
authored
May 25, 2018
by
YangZhaoJun1
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'V2.0.3' of
http://103.249.252.28:90/lcy/education
into V2.0.3
parents
95135ad5
125e6b82
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
4 deletions
+15
-4
BRoomsServiceImpl.java
...isoft/business/brooms/service/impl/BRoomsServiceImpl.java
+15
-4
No files found.
src/main/java/org/rcisoft/business/brooms/service/impl/BRoomsServiceImpl.java
View file @
92f1bdc7
...
...
@@ -178,15 +178,26 @@ public class BRoomsServiceImpl implements BRoomsService {
String
classroomName
=
""
;
if
(
value
[
0
].
equals
(
"校本部"
)){
bRooms
.
setCampus
(
"0"
);
classroomName
+=
"
本校
"
;
classroomName
+=
"
校本部
"
;
}
else
if
(
value
[
0
].
equals
(
"新校区"
)){
bRooms
.
setCampus
(
"1"
);
classroomName
+=
"新校"
;
classroomName
+=
"新校
区
"
;
}
bRooms
.
setCode
(
value
[
1
]);
bRooms
.
setBuilding
(
value
[
2
]);
classroomName
+=
value
[
2
];
if
(
value
[
2
].
equals
(
"A区"
)){
bRooms
.
setBuilding
(
"0"
);
classroomName
+=
"A区"
;
}
else
if
(
value
[
2
].
equals
(
"B区"
)){
bRooms
.
setBuilding
(
"1"
);
classroomName
+=
"B区"
;
}
else
if
(
value
[
2
].
equals
(
"C区"
)){
bRooms
.
setBuilding
(
"2"
);
classroomName
+=
"C区"
;
}
else
if
(
value
[
2
].
equals
(
"D区"
)){
bRooms
.
setBuilding
(
"3"
);
classroomName
+=
"D区"
;
}
bRooms
.
setClassroomNo
(
value
[
3
]);
classroomName
+=
value
[
3
];
switch
(
value
[
4
])
{
...
...
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