课程自动复制
This commit is contained in:
@@ -157,4 +157,6 @@ public interface VenueLessonMapper {
|
||||
List<VenueLesson> getCopyLesson(@Param("venueId") Integer venueId,@Param("date") Date date);
|
||||
|
||||
void copyImg(@Param("id") Integer id,@Param("nId") Integer nId);
|
||||
|
||||
List<VenueLesson> findAllForCopy(@Param("leftTime") String leftTime, @Param("rightTime") String rightTime);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user