原因:
1.加事务注解 @Transactional
import org.springframework.transaction.annotation.Transactional;
2.方法必须是public修饰