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
7b862c76
Commit
7b862c76
authored
Mar 12, 2025
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.7.8-请求ID、导出
parent
a9b2d37f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
0 deletions
+30
-0
SocialSoldierExportVo.java
...u/cloud/plus/v1/yifu/social/vo/SocialSoldierExportVo.java
+12
-0
TSocialSoldierPageVo.java
...fu/cloud/plus/v1/yifu/social/vo/TSocialSoldierPageVo.java
+14
-0
TDispatchInfoMapper.xml
...ial-biz/src/main/resources/mapper/TDispatchInfoMapper.xml
+4
-0
No files found.
yifu-social/yifu-social-api/src/main/java/com/yifu/cloud/plus/v1/yifu/social/vo/SocialSoldierExportVo.java
View file @
7b862c76
...
...
@@ -514,4 +514,16 @@ public class SocialSoldierExportVo implements Serializable {
@ExcelProperty
(
"医保生育大病-失败原因"
)
private
String
ysdRemark
;
@ExcelAttribute
(
name
=
"社保请求ID"
,
maxLength
=
50
,
needExport
=
true
)
@Schema
(
description
=
"社保请求ID"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"社保请求ID"
)
private
String
ygsRequestId
;
@ExcelAttribute
(
name
=
"医保请求ID"
,
maxLength
=
50
,
needExport
=
true
)
@Schema
(
description
=
"医保请求ID"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"医保请求ID"
)
private
String
ysdRequestId
;
}
yifu-social/yifu-social-api/src/main/java/com/yifu/cloud/plus/v1/yifu/social/vo/TSocialSoldierPageVo.java
View file @
7b862c76
...
...
@@ -98,4 +98,18 @@ public class TSocialSoldierPageVo extends TDispatchInfo {
@ExcelProperty
(
"医生大反馈-原反馈"
)
private
String
ysdRemarkOld
;
@Length
(
max
=
50
,
message
=
"社保请求ID 不能超过50个字符"
)
@ExcelAttribute
(
name
=
"社保请求ID"
,
maxLength
=
50
)
@Schema
(
description
=
"社保请求ID"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"社保请求ID"
)
private
String
ygsRequestId
;
@Length
(
max
=
50
,
message
=
"医保请求ID 不能超过50个字符"
)
@ExcelAttribute
(
name
=
"医保请求ID"
,
maxLength
=
50
)
@Schema
(
description
=
"医保请求ID"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"医保请求ID"
)
private
String
ysdRequestId
;
}
yifu-social/yifu-social-biz/src/main/resources/mapper/TDispatchInfoMapper.xml
View file @
7b862c76
...
...
@@ -1347,6 +1347,7 @@
,s.ysd_Handle_Status
,s.YGS_REMARK
,s.YSD_REMARK
,s.YGS_REQUEST_ID,s.YSD_REQUEST_ID
FROM t_dispatch_info a
left join t_social_info s on a.SOCIAL_ID = s.id
left join t_dispatch_social_fund_info h on a.id = h.REDUCE_SOCIAL_FUND_ID
...
...
@@ -1400,6 +1401,8 @@
<result
property=
"ysdRemark"
column=
"YSD_REMARK"
/>
<result
property=
"ygsRemarkOld"
column=
"YGS_REMARK_OLD"
/>
<result
property=
"ysdRemarkOld"
column=
"YSD_REMARK_OLD"
/>
<result
property=
"ygsRequestId"
column=
"YGS_REQUEST_ID"
/>
<result
property=
"ysdRequestId"
column=
"YSD_REQUEST_ID"
/>
</resultMap>
<!-- hgw 2024-5-10 10:42:33 社保士兵列表查询 -->
...
...
@@ -1485,6 +1488,7 @@
a.GRADUATION_TIME,a.AUTO_FLAG
,a.SOCIAL_HOUSEHOLD_NAME,s.YGS_HANDLE_STATUS,s.YSD_HANDLE_STATUS
,s.YGS_REMARK,s.YSD_REMARK,s.YGS_REMARK_OLD,s.YSD_REMARK_OLD
,s.YGS_REQUEST_ID,s.YSD_REQUEST_ID
FROM t_dispatch_info a
left join t_social_info s on a.SOCIAL_ID = s.id
left join t_dispatch_social_fund_info h on a.id = h.REDUCE_SOCIAL_FUND_ID
...
...
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