|
|
|
@ -24,6 +24,7 @@ import com.biutag.supervision.pojo.vo.ExportNegativeBlameLeaderVo; |
|
|
|
import com.biutag.supervision.pojo.vo.ExportNegativeBlameVo; |
|
|
|
import com.biutag.supervision.pojo.vo.ExportNegativeBlameVo; |
|
|
|
import com.biutag.supervision.pojo.vo.ExportNegativeVo; |
|
|
|
import com.biutag.supervision.pojo.vo.ExportNegativeVo; |
|
|
|
import com.biutag.supervision.pojo.vo.NegativeQueryVo; |
|
|
|
import com.biutag.supervision.pojo.vo.NegativeQueryVo; |
|
|
|
|
|
|
|
import com.biutag.supervision.util.TimeUtil; |
|
|
|
import lombok.RequiredArgsConstructor; |
|
|
|
import lombok.RequiredArgsConstructor; |
|
|
|
import org.springframework.beans.BeanUtils; |
|
|
|
import org.springframework.beans.BeanUtils; |
|
|
|
import org.springframework.scheduling.annotation.Async; |
|
|
|
import org.springframework.scheduling.annotation.Async; |
|
|
|
@ -204,6 +205,8 @@ public class NegativeTaskService extends ServiceImpl<NegativeTaskMapper, Negativ |
|
|
|
|
|
|
|
|
|
|
|
blameVoList.add(blameVo); |
|
|
|
blameVoList.add(blameVo); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
vo.setFirstApproveTime(TimeUtil.getTimeoutStatus(item.getFirstApproveTime())); |
|
|
|
|
|
|
|
vo.setSecondApprovalTime(TimeUtil.getTimeoutStatus(item.getSecondApprovalTime())); |
|
|
|
return vo; |
|
|
|
return vo; |
|
|
|
}).toList(); |
|
|
|
}).toList(); |
|
|
|
} |
|
|
|
} |
|
|
|
|