修复依赖错误
This commit is contained in:
+2
-1
@@ -55,7 +55,8 @@ import java.util.*;
|
|||||||
* @date 2022-10-21
|
* @date 2022-10-21
|
||||||
*/
|
*/
|
||||||
@Service
|
@Service
|
||||||
@Transactional(propagation = Propagation.REQUIRED, rollbackFor = Exception.class)
|
//@Transactional(propagation = Propagation.REQUIRED, rollbackFor = Exception.class)
|
||||||
|
@Transactional(propagation = Propagation.SUPPORTS, readOnly = true, rollbackFor = Exception.class)
|
||||||
public class YxEvaluationServiceImpl extends BaseServiceImpl<YxEvaluationMapper, YxEvaluation> implements YxEvaluationService {
|
public class YxEvaluationServiceImpl extends BaseServiceImpl<YxEvaluationMapper, YxEvaluation> implements YxEvaluationService {
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
|
|||||||
Reference in New Issue
Block a user