刪除空格

This commit is contained in:
nisen
2024-08-15 19:30:46 +08:00

View File

@@ -89,7 +89,6 @@ public class StudyHomeWorkApi extends ApiBaseController{
return error("查询课程作业失败",e.getMessage());
}
}
@PostMapping("/list-study")
public JsonResponse<List<StudyHomeWork>> listByStudyIdContentId(String studyId,String contentId){
if(StringUtils.isBlank(studyId)) {