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
9368ace7
Commit
9368ace7
authored
Jan 22, 2018
by
YangZhaoJun1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dev配置文件
parent
4ffa67f5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
BChapterServiceImpl.java
...t/business/bchapter/service/impl/BChapterServiceImpl.java
+1
-1
application-dev.yml
src/main/resources/application-dev.yml
+2
-1
No files found.
src/main/java/org/rcisoft/business/bchapter/service/impl/BChapterServiceImpl.java
View file @
9368ace7
...
...
@@ -214,7 +214,7 @@ public class BChapterServiceImpl implements BChapterService {
int
result
=
bChapterRepository
.
updateIsComplete
(
scoreInfoDTO
);
if
(
bChapter
.
getExperimentType
().
equals
(
"2"
)||
bChapter
.
getExperimentType
().
equals
(
"4"
)){
}
if
(
result
<
1
)
throw
new
ServiceException
(
ResultServiceEnums
.
UPDATE_ERROR
);
...
...
src/main/resources/application-dev.yml
View file @
9368ace7
...
...
@@ -104,7 +104,8 @@ global:
min_password
:
6
max_password
:
16
path
:
base_upload_server_location
:
E:\\eduServer
base_upload_server_location
:
/working/resource/eduServer/
physical_upload_server_location
:
/working/resource/eduServer
course_location
:
course
lesson_location
:
lesson
sl_location
:
sl
...
...
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