Commit 9368ace7 authored by YangZhaoJun1's avatar YangZhaoJun1

dev配置文件

parent 4ffa67f5
......@@ -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);
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment