Compare commits

...

2 Commits

Author SHA1 Message Date
Caojr
7f5e8fe08d 修改审批环境配置 2025-10-24 11:46:19 +08:00
Caojr
6fe6f7c6e5 临时注释多余的completeStatus接口调用 2025-10-10 10:15:11 +08:00
2 changed files with 3 additions and 3 deletions

View File

@@ -592,8 +592,8 @@ public class StudyCourseApi extends ApiBaseController{
}
try {
studyService.finishVideoStudyItem(itemId, studyId,courseId,cnum,token);
List<StudyCourse> allUserList = thirdApi.getStudyCourseList(studyId ,courseId, token);
log.info("在线课学习记录"+allUserList);
// List<StudyCourse> allUserList = thirdApi.getStudyCourseList(studyId ,courseId, token);
// log.info("在线课学习记录"+allUserList);
return success(true);
}catch(Exception e) {
log.error("记录内容学习完成错误",e);

View File

@@ -79,7 +79,7 @@ xboe:
api:
cross_filter: true
local:
dev: true
dev: false
upload:
file:
temp_path: /tmp