| | |
| | | import com.ruoyi.projectManagement.pojo.InfoStage; |
| | | import com.ruoyi.projectManagement.vo.InfoStageVo; |
| | | 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; |
| | | |
| | | import jakarta.validation.constraints.NotNull; |
| | | import java.util.*; |
| | | import java.util.stream.Collectors; |
| | | |
| | |
| | | private final InfoStageMapper infoStageMapper; |
| | | private final InfoHandleService infoHandleService; |
| | | private final CustomerFollowUpFileService customerFollowUpFileService; |
| | | @Autowired |
| | | @Lazy |
| | | private InfoStageHandleService infoStageHandleService; |
| | | private final InfoStageHandleService infoStageHandleService; |
| | | |
| | | @Transactional |
| | | public void save(@NotNull SaveInfoStageVo saveInfoStageVo) { |