zxl
2025-05-29 71f61d13531b3e2a0099ba5afe3f268c99c5bacf
ycl-pojo/src/main/java/com/ycl/platform/domain/vo/WorkOrderVO.java
@@ -101,7 +101,13 @@
    /** 运维处理时间 */
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @Excel(name = "运维处理时间",sort = 10,dateFormat = "yyyy-MM-dd HH:mm:ss")
    private LocalDateTime ywHandleTime;
    /** 审核通过时间 */
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @Excel(name = "审核时间",sort = 11,dateFormat = "yyyy-MM-dd HH:mm:ss")
    private LocalDateTime passTime;
    /** 运维结果 */
    private String ywResult;
@@ -119,7 +125,6 @@
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date distributeTime;
    private Date auditTime;
    /** 下发人 */
    private String realName;
@@ -127,6 +132,12 @@
     * 是否扣过积分
     */
    private Boolean deduct;
    //处理时间点集合
    private List<Date> handleTimeList;
    private Date handleTime;
    //审核时间点集合
    private List<Date> auditTimeList;
    private Date auditTime;
    public static WorkOrderVO getVoByEntity(@NonNull WorkOrder entity, WorkOrderVO vo) {