按天复制课程
This commit is contained in:
@@ -8,6 +8,7 @@ import com.sv.entity.MemberLessonTicket;
|
||||
import com.sv.entity.VenueLesson;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
@@ -140,4 +141,13 @@ public interface VenueLessonMapper {
|
||||
* @return
|
||||
*/
|
||||
List<VenueLessonStatus> getLessonStatus(@Param("venueId") Integer venueId);
|
||||
|
||||
/**
|
||||
* 查询课程当天所有的信息
|
||||
* @param venueId
|
||||
* @return
|
||||
*/
|
||||
List<VenueLesson> getCopyLesson(@Param("venueId") Integer venueId,@Param("date") Date date);
|
||||
|
||||
void copyImg(@Param("id") Integer id,@Param("nId") Integer nId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user