Parcourir la source

导出BUG修复

anderx il y a 3 ans
Parent
commit
eb510c4686
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/main/java/com/goafanti/weChat/bo/OutPublicDtails.java

+ 2 - 2
src/main/java/com/goafanti/weChat/bo/OutPublicDtails.java

@@ -19,13 +19,13 @@ public class OutPublicDtails  {
 	private String assistAidName;
 	@Excel(name = "公出时长",width = 8)
 	private String duration;
-	@Excel(name = "状态" ,readConverterExp = "0=驳回,1=待审核,2=同意,3=撤销",width = 8)
+	@Excel(name = "状态" ,readConverterExp = "0=驳回,1=待审核,2=同意,3=撤销,4=技术驳回",width = 8)
 	private Integer status;
 	@Excel(name = "公出开始时间")
 	private String releaseStarts;
 	@Excel(name = "公出结束时间")
 	private String releaseEnds;
-	@Excel(name = "打卡状态",readConverterExp = "0=未打卡,1=已打卡",width = 8)
+	@Excel(name = "打卡状态",readConverterExp = "0=未打卡,1=已打卡,2=异常打卡",width = 8)
 	private Integer clockIn;
 	@Excel(name = "打卡时间" )
 	private String clockInTimes;