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
92bc7d98
Commit
92bc7d98
authored
Dec 29, 2023
by
guojx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
查询字段名称调整
parent
12399da6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
DataController.java
...gic/haoban/manage/web/controller/data/DataController.java
+1
-1
ClerkListQO.java
...n/java/com/gic/haoban/manage/web/qo/data/ClerkListQO.java
+1
-1
No files found.
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/controller/data/DataController.java
View file @
92bc7d98
...
...
@@ -111,7 +111,7 @@ public class DataController {
if
(
CollectionUtils
.
isEmpty
(
allList
))
{
deleteList
.
add
(
"no_clerk_id"
);
}
Integer
clerkType
=
qo
.
get
Clerk
Type
();
Integer
clerkType
=
qo
.
get
QueryData
Type
();
boolean
isSale
=
clerkType
==
1
;
Integer
pageNum
=
jsonObject
.
getInteger
(
"pageNum"
);
String
apolloKey
=
qo
.
getApolloKey
();
...
...
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/qo/data/ClerkListQO.java
View file @
92bc7d98
...
...
@@ -13,7 +13,7 @@ public class ClerkListQO implements Serializable {
/**
* 1:销售 2:会员
*/
private
Integer
clerk
Type
=
1
;
private
Integer
queryData
Type
=
1
;
/**
* 数据组配置的接口key。数据组提供的yapi文档上有
...
...
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