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
07ae101e
Commit
07ae101e
authored
Jun 18, 2025
by
chenyuxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: offer查询调整
parent
0f0b91df
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
TGzOfferInfoExportSearchVo.java
.../plus/v1/yifu/archives/vo/TGzOfferInfoExportSearchVo.java
+2
-2
TGzOfferInfoVo.java
...m/yifu/cloud/plus/v1/yifu/archives/vo/TGzOfferInfoVo.java
+2
-2
TGzOfferInfoMapper.xml
...ives-biz/src/main/resources/mapper/TGzOfferInfoMapper.xml
+1
-1
No files found.
yifu-archives/yifu-archives-api/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/vo/TGzOfferInfoExportSearchVo.java
View file @
07ae101e
...
...
@@ -32,8 +32,8 @@ import java.time.LocalDate;
@Data
public
class
TGzOfferInfoExportSearchVo
extends
TGzOfferInfo
{
private
LocalDate
createTimeStart
;
private
LocalDate
createTimeEnd
;
private
String
createTimeStart
;
private
String
createTimeEnd
;
@TableField
(
exist
=
false
)
@Schema
(
description
=
"id集合"
)
...
...
yifu-archives/yifu-archives-api/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/vo/TGzOfferInfoVo.java
View file @
07ae101e
...
...
@@ -35,11 +35,11 @@ public class TGzOfferInfoVo extends TGzOfferInfo {
/**
* 查询使用:接收时间开始
*/
private
LocalDate
createTimeStart
;
private
String
createTimeStart
;
/**
* 查询使用:接收时间结束
*/
private
LocalDate
createTimeEnd
;
private
String
createTimeEnd
;
/**
* 批量发送短信使用
...
...
yifu-archives/yifu-archives-biz/src/main/resources/mapper/TGzOfferInfoMapper.xml
View file @
07ae101e
...
...
@@ -137,7 +137,7 @@
<if
test=
"tGzOfferInfo.offerSendStatus != null and tGzOfferInfo.offerSendStatus.trim() != ''"
>
AND a.offer_send_status = #{tGzOfferInfo.offerSendStatus}
</if>
<if
test=
"tGzOfferInfo.offerStatusArray != null and tGzOfferInfo.offerStatusArray.
size()
> 0"
>
<if
test=
"tGzOfferInfo.offerStatusArray != null and tGzOfferInfo.offerStatusArray.
length
> 0"
>
AND a.offer_status in
<foreach
item=
"item"
index=
"index"
collection=
"tGzOfferInfo.offerStatusArray"
open=
"("
separator=
","
close=
")"
>
'${item}'
...
...
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