szx-1932 添加日志

This commit is contained in:
zhrh
2025-11-25 18:42:22 +08:00
parent 933e7a018a
commit 8d9f400a7a

View File

@@ -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("参数错误");
} }