|
|
@@ -25,7 +25,6 @@ import com.zhongzheng.modules.middleground.tenant.service.IDataTenantService;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
-import org.springframework.transaction.annotation.Transactional;
|
|
|
|
|
|
import java.util.*;
|
|
|
import java.util.stream.Collectors;
|
|
|
@@ -302,7 +301,7 @@ public class CdExamRoomServiceImpl extends ServiceImpl<CdExamRoomMapper, CdExamR
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
- @Transactional(rollbackFor = Exception.class)
|
|
|
+// @Transactional(rollbackFor = Exception.class)
|
|
|
public void batchSubscribe(BatchSubscribeBo bo) {
|
|
|
//预约校验
|
|
|
subscribeVerify(bo);
|
|
|
@@ -430,7 +429,7 @@ public class CdExamRoomServiceImpl extends ServiceImpl<CdExamRoomMapper, CdExamR
|
|
|
|
|
|
|
|
|
@Override
|
|
|
- @Transactional(rollbackFor = Exception.class)
|
|
|
+// @Transactional(rollbackFor = Exception.class)
|
|
|
public void batchCancelSubscribe(BatchCancelSubscribeBo bo) {
|
|
|
List<CdExamSubscribe> subscribeList = new ArrayList<>();
|
|
|
bo.getUserSubscribeIds().forEach(id -> {
|