|
|
@ -34,6 +34,7 @@ public interface ImsDutyClassMapper extends UserDataScopeBaseMapper<ImsDutyClass |
|
|
|
|
|
|
|
|
|
|
|
String getClassTypeIds(@Param("createDept") Long createDept,@Param("classTypeId") Long classTypeId); |
|
|
|
String getClassTypeIds(@Param("createDept") Long createDept,@Param("classTypeId") Long classTypeId); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@UserDataAuth |
|
|
|
List<DutyClassTypeTree> getDutyClassTree(@Param("deptId")Long deptId); |
|
|
|
List<DutyClassTypeTree> getDutyClassTree(@Param("deptId")Long deptId); |
|
|
|
|
|
|
|
|
|
|
|
List<DutyClassTypeTree> getDutyClassByType(@Param("class_type_id") Long classTypeId); |
|
|
|
List<DutyClassTypeTree> getDutyClassByType(@Param("class_type_id") Long classTypeId); |
|
|
|