@@ -14,5 +14,5 @@ public interface OrganizationCourseUnitPriceSettingsDao extends BaseDAO<Integer,
* @param courseType 课程类型
* @return
*/
- OrganizationCourseUnitPriceSettings queryByOrganIdAndCourseType(@Param("organId") Integer organId, @Param("courseType") CourseScheduleType courseType);
+ OrganizationCourseUnitPriceSettings queryByOrganIdAndCourseType(@Param("organId") Integer organId, @Param("courseScheduleType") CourseScheduleType courseType);
}