|
|
|
@ -55,7 +55,8 @@ import java.util.*;
|
|
|
|
|
* @date 2022-10-21 |
|
|
|
|
*/ |
|
|
|
|
@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 { |
|
|
|
|
|
|
|
|
|
@Autowired |
|
|
|
|