|
@@ -1,5 +1,6 @@
|
|
package com.ym.mec.biz.dal.dao;
|
|
package com.ym.mec.biz.dal.dao;
|
|
|
|
|
|
|
|
+import java.util.Collection;
|
|
import java.util.List;
|
|
import java.util.List;
|
|
import java.util.Map;
|
|
import java.util.Map;
|
|
import java.util.Set;
|
|
import java.util.Set;
|
|
@@ -77,4 +78,6 @@ public interface CloudTeacherOrderDao extends BaseDAO<Long, CloudTeacherOrder> {
|
|
String queryActiveOrderPage(@Param("userId") Integer userId,
|
|
String queryActiveOrderPage(@Param("userId") Integer userId,
|
|
@Param("activeRemark") Integer activeRemark,
|
|
@Param("activeRemark") Integer activeRemark,
|
|
@Param("remark") String remark);
|
|
@Param("remark") String remark);
|
|
|
|
+
|
|
|
|
+ List<Integer> getStudentIds();
|
|
}
|
|
}
|