Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
Overview
Overview
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
haoban3.0
haoban-manage3.0
Commits
341f8408
Commit
341f8408
authored
Jun 25, 2024
by
xiongjiangtao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
门店模糊
parent
12e0286b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
GroupChatDetailReq.java
...com/gic/haoban/manage/web/qo/chat/GroupChatDetailReq.java
+8
-8
No files found.
haoban-manage3-web/src/main/java/com/gic/haoban/manage/web/qo/chat/GroupChatDetailReq.java
View file @
341f8408
...
...
@@ -25,9 +25,9 @@ public class GroupChatDetailReq implements Serializable {
private
String
endDate
;
/**
*
用户
模糊
*
门店
模糊
*/
private
String
vagueQuery
User
;
private
String
vagueQuery
Store
;
/**
* 导购名称/code
...
...
@@ -96,8 +96,8 @@ public class GroupChatDetailReq implements Serializable {
if
(
StringUtils
.
isNotBlank
(
vagueQueryClerk
))
{
jsonObject
.
put
(
"vagueQueryClerk"
,
vagueQueryClerk
);
}
if
(
StringUtils
.
isNotBlank
(
vagueQuery
User
))
{
jsonObject
.
put
(
"vagueQuery
User"
,
vagueQueryUser
);
if
(
StringUtils
.
isNotBlank
(
vagueQuery
Store
))
{
jsonObject
.
put
(
"vagueQuery
Store"
,
vagueQueryStore
);
}
if
(
StringUtils
.
isNotBlank
(
vagueQueryStaff
))
{
jsonObject
.
put
(
"vagueQueryStaff"
,
vagueQueryStaff
);
...
...
@@ -121,12 +121,12 @@ public class GroupChatDetailReq implements Serializable {
this
.
endDate
=
endDate
;
}
public
String
getVagueQuery
User
()
{
return
vagueQuery
User
;
public
String
getVagueQuery
Store
()
{
return
vagueQuery
Store
;
}
public
void
setVagueQuery
User
(
String
vagueQueryUser
)
{
this
.
vagueQuery
User
=
vagueQueryUser
;
public
void
setVagueQuery
Store
(
String
vagueQueryStore
)
{
this
.
vagueQuery
Store
=
vagueQueryStore
;
}
public
String
getVagueQueryClerk
()
{
...
...
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