| | |
| | | import lombok.AllArgsConstructor; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springblade.core.secure.utils.AuthUtil; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.sxkj.gd.workorder.entity.GdClueEventEntity; |
| | | import org.sxkj.gd.workorder.entity.GdClueEventStatusFlowEntity; |
| | | import org.sxkj.gd.workorder.enums.EventStatusEnum; |
| | |
| | | @AllArgsConstructor |
| | | public class GdClueEventStatusFlowServiceImpl extends BaseServiceImpl<GdClueEventStatusFlowMapper, GdClueEventStatusFlowEntity> implements IGdClueEventStatusFlowService { |
| | | |
| | | private final IGdClueEventService gdClueEventService; |
| | | @Autowired |
| | | private IGdClueEventService gdClueEventService; |
| | | |
| | | /** |
| | | * 根据事件ID查询状态流转记录列表 |
| | |
| | | return timeline; |
| | | } |
| | | |
| | | } |
| | | } |