2026-04-23 41ab7abd0b0ec0fefb03b60bbaf42c02fbda666b
src/main/java/com/ruoyi/projectManagement/service/impl/PlanServiceImpl.java
@@ -16,6 +16,7 @@
import com.ruoyi.projectManagement.vo.*;
import lombok.RequiredArgsConstructor;
import org.jetbrains.annotations.Nullable;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
@@ -41,7 +42,8 @@
    private final PlanNodeMapper planNodeMapper;
    @Lazy
    private final PlanService planService;
    @Autowired
    private PlanService planService;
    @Override
    @Transactional(rollbackFor = Exception.class)