mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-08 02:16:49 +08:00
日志级别
This commit is contained in:
@@ -270,7 +270,7 @@ public class CoursePortalApi extends ApiBaseController{
|
||||
log.debug("=--------- 开始查询是否学习过此课程 ---------------------------------course.getId()= "+ course.getId() + ",aid = " + aid +",studyCourse = " + studyCourse);
|
||||
boolean pass = false;
|
||||
if(!preview) {
|
||||
log.error("=--------- 开始查询受众信息 ---------------------------------aid = " + aid);
|
||||
log.debug("=--------- 开始查询受众信息 ---------------------------------aid = " + aid);
|
||||
String token = request.getHeader("XBOE-Access-Token");
|
||||
log.debug("=--------- 获取token token = " + token);
|
||||
if (!courseCrowdList.isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user