|
|
|
@ -49,7 +49,7 @@ public interface SysThreeCatalogMapper {
|
|
|
|
|
List<String> selectNameByCourseID(@Param("oneId") String oneId,
|
|
|
|
|
@Param("source") String source);
|
|
|
|
|
|
|
|
|
|
@Select("select three_id from sys_three_catalog where three_name =#{threeName} and two_name ={twoName}")
|
|
|
|
|
@Select("select three_id from sys_three_catalog where three_name =#{threeName} and two_name =#{twoName}")
|
|
|
|
|
String getIdByName(@Param("threeName") String threeName,
|
|
|
|
|
@Param("twoName") String twoName);
|
|
|
|
|
}
|