mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-12 12:26:51 +08:00
szx-1932 添加日志
This commit is contained in:
@@ -363,7 +363,8 @@ 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