|
@@ -42,5 +42,5 @@ public interface CourseSubjectMapper extends BaseMapper<CourseSubject> {
|
|
|
@InterceptorIgnore(tenantLine = "true")
|
|
|
List<CourseSubject> getListByIDs(@Param("ids") List<Long> ids);
|
|
|
|
|
|
- CourseSubject getOneByName(String subjectName, Long proId);
|
|
|
+ CourseSubject getOneByName(@Param("subjectName") String subjectName,@Param("proId") Long proId);
|
|
|
}
|