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
e33317c2
Commit
e33317c2
authored
Apr 09, 2025
by
王祖波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
区经传总
parent
8f7af4e9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
PotentialDataController.java
...age/web/controller/potential/PotentialDataController.java
+3
-1
PotentialOverviewQO.java
...c/haoban/manage/web/qo/potential/PotentialOverviewQO.java
+1
-1
No files found.
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/controller/potential/PotentialDataController.java
View file @
e33317c2
...
...
@@ -104,8 +104,10 @@ public class PotentialDataController {
Pair
<
Integer
,
List
<
String
>>
pair
=
getStoreIds
(
potentialOverviewQO
);
Integer
clerkType
=
pair
.
getKey
();
List
<
String
>
storeIds
=
pair
.
getValue
();
if
(
StringUtils
.
isBlank
(
clerkId
)
||
Objects
.
equals
(
clerkType
,
2
)
)
{
if
(
StringUtils
.
isBlank
(
clerkId
))
{
potentialOverviewQO
.
setPotGroup
(
1
);
}
else
if
(
clerkType
!=
null
&&
clerkType
>=
2
)
{
potentialOverviewQO
.
setPotGroup
(
3
);
}
else
{
potentialOverviewQO
.
setPotGroup
(
2
);
}
...
...
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/qo/potential/PotentialOverviewQO.java
View file @
e33317c2
...
...
@@ -23,7 +23,7 @@ public class PotentialOverviewQO extends PotentialStatisticsBaseQO {
private
String
bizDate
;
/**
* 1 门店维度 2 导购维度
* 1 门店维度 2 导购维度
3 总
*/
private
Integer
potGroup
;
...
...
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