mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-10 11:26:50 +08:00
刪除空格
This commit is contained in:
@@ -89,7 +89,6 @@ public class StudyHomeWorkApi extends ApiBaseController{
|
|||||||
return error("查询课程作业失败",e.getMessage());
|
return error("查询课程作业失败",e.getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@PostMapping("/list-study")
|
@PostMapping("/list-study")
|
||||||
public JsonResponse<List<StudyHomeWork>> listByStudyIdContentId(String studyId,String contentId){
|
public JsonResponse<List<StudyHomeWork>> listByStudyIdContentId(String studyId,String contentId){
|
||||||
if(StringUtils.isBlank(studyId)) {
|
if(StringUtils.isBlank(studyId)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user