mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-12 20:36:50 +08:00
szx-1932 添加日志
This commit is contained in:
@@ -364,6 +364,7 @@ public class StudyCourseApi extends ApiBaseController{
|
|||||||
@PostMapping("/study")
|
@PostMapping("/study")
|
||||||
public JsonResponse<String> study(@RequestBody StudyContentDto sci, HttpServletRequest request){
|
public JsonResponse<String> study(@RequestBody StudyContentDto sci, HttpServletRequest request){
|
||||||
|
|
||||||
|
log.info("study已进入");
|
||||||
if(StringUtils.isBlank(sci.getStudyId())){
|
if(StringUtils.isBlank(sci.getStudyId())){
|
||||||
return error("参数错误");
|
return error("参数错误");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user