huminmin
2026-04-25 67c7b651f789e6d7d349b46785b80e527a9c779f
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)