订单信息bug

This commit is contained in:
wangjinlei
2024-06-03 15:22:43 +08:00
parent b326a2c8c3
commit 6ed799cd3e
5 changed files with 34 additions and 0 deletions

View File

@@ -2,9 +2,11 @@ package com.peanut.modules.medical.controller;
import com.peanut.common.utils.R;
import com.peanut.common.utils.ShiroUtils;
import com.peanut.modules.common.entity.CourseCatalogueChapterVideoEntity;
import com.peanut.modules.common.entity.CourseEntity;
import com.peanut.modules.common.to.ParamTo;
import lombok.extern.slf4j.Slf4j;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@@ -18,4 +20,5 @@ public class CourseController {
}