|
@@ -285,11 +285,14 @@ public class RealExamCollectionService extends Ele6RYBaseService {
|
|
|
* @return
|
|
|
*/
|
|
|
@Transactional
|
|
|
- public AjaxResult open(final Long examCollectionId) {
|
|
|
+ public AjaxResult open(final Long examCollectionId, final String examCollectionType) {
|
|
|
// check
|
|
|
- if (existOpened()) {
|
|
|
- return AjaxResult.error("已经有打开的考试或者练习!");
|
|
|
- }
|
|
|
+
|
|
|
+// if (existOpened()) {
|
|
|
+// return AjaxResult.error("已经有打开的考试或者练习!");
|
|
|
+// }
|
|
|
+
|
|
|
+
|
|
|
// check datetime todo:时间到了
|
|
|
// do.
|
|
|
|