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
009b6122
Commit
009b6122
authored
Dec 05, 2025
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.7.18-税友分支(添加查询条件)
parent
e29218cf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
0 deletions
+33
-0
SocialHandleSearchVo.java
...fu/cloud/plus/v1/yifu/social/vo/SocialHandleSearchVo.java
+19
-0
TDispatchInfoMapper.xml
...ial-biz/src/main/resources/mapper/TDispatchInfoMapper.xml
+14
-0
No files found.
yifu-social/yifu-social-api/src/main/java/com/yifu/cloud/plus/v1/yifu/social/vo/SocialHandleSearchVo.java
View file @
009b6122
...
...
@@ -188,4 +188,23 @@ public class SocialHandleSearchVo extends TDispatchInfo {
@ExcelIgnore
private
String
backFileFlag
;
/**
* 养工失税友的任务ID
*/
@Length
(
max
=
50
,
message
=
"养工失税友的任务ID 不能超过50个字符"
)
@ExcelAttribute
(
name
=
"养工失税友的任务ID"
,
maxLength
=
50
)
@Schema
(
description
=
"养工失税友的任务ID"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"养工失税友的任务ID"
)
private
String
ygsRequestId
;
/**
* 医生大税友的任务ID
*/
@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 @
009b6122
...
...
@@ -2221,6 +2221,13 @@
AND s.YSD_REMARK like concat('%',#{tDispatchInfo.ysdRemark},'%')
</if>
<if
test=
"tDispatchInfo.ygsRequestId != null and tDispatchInfo.ygsRequestId.trim() != ''"
>
AND s.YGS_REQUEST_ID = #{tDispatchInfo.ygsRequestId}
</if>
<if
test=
"tDispatchInfo.ysdRequestId != null and tDispatchInfo.ysdRequestId.trim() != ''"
>
AND s.YSD_REQUEST_ID = #{tDispatchInfo.ysdRequestId}
</if>
<if
test=
"tDispatchInfo.ygsYsdHandleStatusArr != null and tDispatchInfo.ygsYsdHandleStatusArr.length > 0"
>
AND (
s.YGS_HANDLE_STATUS in
...
...
@@ -2270,6 +2277,13 @@
AND s.YSD_REMARK like concat('%',#{tDispatchInfo.ysdRemark},'%')
</if>
<if
test=
"tDispatchInfo.ygsRequestId != null and tDispatchInfo.ygsRequestId.trim() != ''"
>
AND s.YGS_REQUEST_ID = #{tDispatchInfo.ygsRequestId}
</if>
<if
test=
"tDispatchInfo.ysdRequestId != null and tDispatchInfo.ysdRequestId.trim() != ''"
>
AND s.YSD_REQUEST_ID = #{tDispatchInfo.ysdRequestId}
</if>
<if
test=
"tDispatchInfo.ygsYsdHandleStatusArr != null and tDispatchInfo.ygsYsdHandleStatusArr.length > 0"
>
AND (
s.YGS_HANDLE_STATUS in
...
...
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