Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-mvp
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fangxinjiang
yifu-mvp
Commits
8a4127db
Commit
8a4127db
authored
Apr 07, 2026
by
fangxinjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
待办导出失败原因优化-fxj
parent
76f4480f
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
13 deletions
+13
-13
TEmpContractAlertExportVo.java
...d/plus/v1/yifu/archives/vo/TEmpContractAlertExportVo.java
+3
-3
TEmployeeInsurancePreExportVo.java
.../v1/yifu/insurances/vo/TEmployeeInsurancePreExportVo.java
+3
-3
TInsuranceAlertExportVO.java
...d/plus/v1/yifu/insurances/vo/TInsuranceAlertExportVO.java
+1
-1
TDispatchInfoPreExportVo.java
...loud/plus/v1/yifu/social/vo/TDispatchInfoPreExportVo.java
+3
-3
TDispatchInfoPreFundExportVo.java
.../plus/v1/yifu/social/vo/TDispatchInfoPreFundExportVo.java
+3
-3
No files found.
yifu-archives/yifu-archives-api/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/vo/TEmpContractAlertExportVo.java
View file @
8a4127db
...
...
@@ -319,10 +319,10 @@ public class TEmpContractAlertExportVo {
/**
* 异常原因说明
*/
@ExcelAttribute
(
name
=
"
异常原因说明
"
,
maxLength
=
200
)
@ExcelAttribute
(
name
=
"
发起失败原因
"
,
maxLength
=
200
)
@Length
(
max
=
200
,
message
=
"异常原因说明不能超过200个字符"
)
@ExcelProperty
(
"
异常原因说明
"
)
@Schema
(
description
=
"
异常原因说明
"
)
@ExcelProperty
(
"
发起失败原因
"
)
@Schema
(
description
=
"
发起失败原因
"
)
private
String
errorInfo
;
}
yifu-insurances/yifu-insurances-api/src/main/java/com/yifu/cloud/plus/v1/yifu/insurances/vo/TEmployeeInsurancePreExportVo.java
View file @
8a4127db
...
...
@@ -129,9 +129,9 @@ public class TEmployeeInsurancePreExportVo implements Serializable {
@ExcelProperty
(
"状态"
)
private
String
processStatus
;
@ExcelAttribute
(
name
=
"
发起
失败原因"
)
@ExcelProperty
(
"
发起
失败原因"
)
@Schema
(
description
=
"
发起
失败原因"
)
@ExcelAttribute
(
name
=
"
派单
失败原因"
)
@ExcelProperty
(
"
派单
失败原因"
)
@Schema
(
description
=
"
派单
失败原因"
)
private
String
errorInfo
;
}
yifu-insurances/yifu-insurances-api/src/main/java/com/yifu/cloud/plus/v1/yifu/insurances/vo/TInsuranceAlertExportVO.java
View file @
8a4127db
...
...
@@ -109,6 +109,6 @@ public class TInsuranceAlertExportVO {
private
String
customerUsername
;
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
value
=
"失败原因"
)
@ExcelProperty
(
value
=
"
派单
失败原因"
)
private
String
errorInfo
;
}
yifu-social/yifu-social-api/src/main/java/com/yifu/cloud/plus/v1/yifu/social/vo/TDispatchInfoPreExportVo.java
View file @
8a4127db
...
...
@@ -170,11 +170,11 @@ public class TDispatchInfoPreExportVo implements Serializable {
/**
* 发起失败原因
*/
@ExcelAttribute
(
name
=
"
发起
失败原因"
,
maxLength
=
500
)
@Schema
(
description
=
"
发起
失败原因"
)
@ExcelAttribute
(
name
=
"
派单
失败原因"
,
maxLength
=
500
)
@Schema
(
description
=
"
派单
失败原因"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ColumnWidth
(
25
)
@ExcelProperty
(
"
发起
失败原因"
)
@ExcelProperty
(
"
派单
失败原因"
)
private
String
errorInfo
;
}
yifu-social/yifu-social-api/src/main/java/com/yifu/cloud/plus/v1/yifu/social/vo/TDispatchInfoPreFundExportVo.java
View file @
8a4127db
...
...
@@ -148,11 +148,11 @@ public class TDispatchInfoPreFundExportVo implements Serializable {
/**
* 发起失败原因
*/
@ExcelAttribute
(
name
=
"
发起
失败原因"
,
maxLength
=
500
)
@Schema
(
description
=
"
发起
失败原因"
)
@ExcelAttribute
(
name
=
"
派单
失败原因"
,
maxLength
=
500
)
@Schema
(
description
=
"
派单
失败原因"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ColumnWidth
(
25
)
@ExcelProperty
(
"
发起
失败原因"
)
@ExcelProperty
(
"
派单
失败原因"
)
private
String
errorInfo
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment