1.excel通用导出模板,解决时间格式不是文本问题

2.解决部分部门查询问题
This commit is contained in:
wr
2024-08-20 16:23:00 +08:00
parent 003880619e
commit bddd1efef3
7 changed files with 188 additions and 74 deletions

View File

@@ -156,6 +156,11 @@ public class SupervisionDevMainReportParam {
@ApiModelProperty(value = "审批状态")
private Integer status;
/**
* 状态0系统建档 1外部导入
*/
@ApiModelProperty(value = "状态0系统建档 1外部导入")
private Integer importType;
@ApiModelProperty("发起人自选审批人 Map")
private Map<String, List<String>> startUserSelectAssignees;

View File

@@ -1,7 +1,5 @@
package com.njcn.supervision.pojo.vo.survey;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableName;
import com.njcn.db.bo.BaseEntity;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
@@ -22,14 +20,10 @@ public class SurveyTestVO extends BaseEntity implements Serializable {
private static final long serialVersionUID = 1L;
/**
* 其他报告
*/
private String otherReport;
/**
* 普测测试管理表id
*/
/**
* 普测测试管理表id
*/
private String id;
/**
@@ -82,7 +76,6 @@ public class SurveyTestVO extends BaseEntity implements Serializable {
*/
private String deptName;
/**
* 计划完成时间
*/
@@ -103,6 +96,11 @@ public class SurveyTestVO extends BaseEntity implements Serializable {
*/
private String supervisionReport;
/**
* 其他报告
*/
private String otherReport;
/**
* 是否有问题 0 没有问题 1 有问题
*/