chenhj
2026-04-22 6518050093fe8f36b603a7fef9d4683813a91645
src/main/java/com/ruoyi/projectManagement/service/impl/handle/InfoStageHandleService.java
@@ -17,6 +17,7 @@
import com.ruoyi.projectManagement.vo.SaveInfoStageVo;
import jakarta.validation.constraints.NotNull;
import lombok.RequiredArgsConstructor;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.stereotype.Component;
import org.springframework.transaction.annotation.Transactional;
@@ -37,7 +38,8 @@
    private final InfoHandleService infoHandleService;
    private final CustomerFollowUpFileService customerFollowUpFileService;
    @Lazy
    private final InfoStageHandleService infoStageHandleService;
    @Autowired
    private InfoStageHandleService infoStageHandleService;
    @Transactional
    public void save(@NotNull SaveInfoStageVo saveInfoStageVo) {