Commit 8a4127db authored by fangxinjiang's avatar fangxinjiang

待办导出失败原因优化-fxj

parent 76f4480f
...@@ -319,10 +319,10 @@ public class TEmpContractAlertExportVo { ...@@ -319,10 +319,10 @@ public class TEmpContractAlertExportVo {
/** /**
* 异常原因说明 * 异常原因说明
*/ */
@ExcelAttribute(name = "异常原因说明", maxLength = 200) @ExcelAttribute(name = "发起失败原因", maxLength = 200)
@Length(max = 200, message = "异常原因说明不能超过200个字符") @Length(max = 200, message = "异常原因说明不能超过200个字符")
@ExcelProperty("异常原因说明") @ExcelProperty("发起失败原因")
@Schema(description = "异常原因说明") @Schema(description = "发起失败原因")
private String errorInfo; private String errorInfo;
} }
...@@ -129,9 +129,9 @@ public class TEmployeeInsurancePreExportVo implements Serializable { ...@@ -129,9 +129,9 @@ public class TEmployeeInsurancePreExportVo implements Serializable {
@ExcelProperty("状态") @ExcelProperty("状态")
private String processStatus; private String processStatus;
@ExcelAttribute(name = "发起失败原因") @ExcelAttribute(name = "派单失败原因")
@ExcelProperty("发起失败原因") @ExcelProperty("派单失败原因")
@Schema(description = "发起失败原因") @Schema(description = "派单失败原因")
private String errorInfo; private String errorInfo;
} }
...@@ -109,6 +109,6 @@ public class TInsuranceAlertExportVO { ...@@ -109,6 +109,6 @@ public class TInsuranceAlertExportVO {
private String customerUsername; private String customerUsername;
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty(value = "失败原因") @ExcelProperty(value = "派单失败原因")
private String errorInfo; private String errorInfo;
} }
...@@ -170,11 +170,11 @@ public class TDispatchInfoPreExportVo implements Serializable { ...@@ -170,11 +170,11 @@ public class TDispatchInfoPreExportVo implements Serializable {
/** /**
* 发起失败原因 * 发起失败原因
*/ */
@ExcelAttribute(name = "发起失败原因", maxLength = 500) @ExcelAttribute(name = "派单失败原因", maxLength = 500)
@Schema(description = "发起失败原因") @Schema(description = "派单失败原因")
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ColumnWidth(25) @ColumnWidth(25)
@ExcelProperty("发起失败原因") @ExcelProperty("派单失败原因")
private String errorInfo; private String errorInfo;
} }
...@@ -148,11 +148,11 @@ public class TDispatchInfoPreFundExportVo implements Serializable { ...@@ -148,11 +148,11 @@ public class TDispatchInfoPreFundExportVo implements Serializable {
/** /**
* 发起失败原因 * 发起失败原因
*/ */
@ExcelAttribute(name = "发起失败原因", maxLength = 500) @ExcelAttribute(name = "派单失败原因", maxLength = 500)
@Schema(description = "发起失败原因") @Schema(description = "派单失败原因")
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ColumnWidth(25) @ColumnWidth(25)
@ExcelProperty("发起失败原因") @ExcelProperty("派单失败原因")
private String errorInfo; private String errorInfo;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment