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
8056eeaf
Commit
8056eeaf
authored
Jul 15, 2025
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
朋友圈门店分组
parent
9d0d4d1c
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
69 additions
and
0 deletions
+69
-0
QwMomentController.java
...oban/manage/web/controller/moment/QwMomentController.java
+4
-0
PlanClerkListQO.java
.../com/gic/haoban/manage/web/qo/moment/PlanClerkListQO.java
+13
-0
PlanDataListQO.java
...a/com/gic/haoban/manage/web/qo/moment/PlanDataListQO.java
+13
-0
QwMomentPlanAttendVO.java
...gic/haoban/manage/web/vo/moment/QwMomentPlanAttendVO.java
+19
-0
QwMomentPlanDataVO.java
...m/gic/haoban/manage/web/vo/moment/QwMomentPlanDataVO.java
+20
-0
No files found.
haoban-manage3-web/src/main/java/com/gic/haoban/manage/web/controller/moment/QwMomentController.java
View file @
8056eeaf
...
...
@@ -380,6 +380,8 @@ public class QwMomentController {
vo
.
setStoreId
(
storeId
);
vo
.
setStoreName
(
store
.
getStoreName
());
vo
.
setStoreCode
(
store
.
getStoreCode
());
vo
.
setStoreGroupId
(
store
.
getStoreGroupId
());
vo
.
setStoreGroupName
(
store
.
getStoreGroupName
());
}
}
}
...
...
@@ -404,6 +406,8 @@ public class QwMomentController {
vo
.
setStoreId
(
storeId
);
vo
.
setStoreName
(
store
.
getStoreName
());
vo
.
setStoreCode
(
store
.
getStoreCode
());
vo
.
setStoreGroupId
(
store
.
getStoreGroupId
());
vo
.
setStoreGroupName
(
store
.
getStoreGroupName
());
}
}
List
<
String
>
memberIdList
=
list
.
stream
().
map
(
o
->
o
.
getMemberId
()).
collect
(
Collectors
.
toList
());
...
...
haoban-manage3-web/src/main/java/com/gic/haoban/manage/web/qo/moment/PlanClerkListQO.java
View file @
8056eeaf
...
...
@@ -40,6 +40,19 @@ public class PlanClerkListQO extends BasePageInfo {
*/
private
String
statusFlag
;
/**
* 门店分组
*/
private
String
storeGroupIds
;
public
String
getStoreGroupIds
()
{
return
storeGroupIds
;
}
public
void
setStoreGroupIds
(
String
storeGroupIds
)
{
this
.
storeGroupIds
=
storeGroupIds
;
}
public
String
getStatusFlag
()
{
return
statusFlag
;
}
...
...
haoban-manage3-web/src/main/java/com/gic/haoban/manage/web/qo/moment/PlanDataListQO.java
View file @
8056eeaf
...
...
@@ -25,6 +25,19 @@ public class PlanDataListQO extends BasePageInfo {
private
Date
endTime
;
/**
* 门店分组
*/
private
String
storeGroupIds
;
public
String
getStoreGroupIds
()
{
return
storeGroupIds
;
}
public
void
setStoreGroupIds
(
String
storeGroupIds
)
{
this
.
storeGroupIds
=
storeGroupIds
;
}
public
Long
getPlanId
()
{
return
planId
;
}
...
...
haoban-manage3-web/src/main/java/com/gic/haoban/manage/web/vo/moment/QwMomentPlanAttendVO.java
View file @
8056eeaf
...
...
@@ -50,11 +50,30 @@ public class QwMomentPlanAttendVO implements Serializable{
*/
private
String
storeCode
;
private
String
storeGroupName
;
private
String
storeGroupId
;
/**
* 下发失败原因
*/
private
String
reason
;
public
String
getStoreGroupName
()
{
return
storeGroupName
;
}
public
void
setStoreGroupName
(
String
storeGroupName
)
{
this
.
storeGroupName
=
storeGroupName
;
}
public
String
getStoreGroupId
()
{
return
storeGroupId
;
}
public
void
setStoreGroupId
(
String
storeGroupId
)
{
this
.
storeGroupId
=
storeGroupId
;
}
public
String
getStaffId
()
{
return
staffId
;
}
...
...
haoban-manage3-web/src/main/java/com/gic/haoban/manage/web/vo/moment/QwMomentPlanDataVO.java
View file @
8056eeaf
...
...
@@ -70,6 +70,26 @@ public class QwMomentPlanDataVO implements Serializable{
*/
private
Integer
memberScene
;
private
String
storeGroupName
;
private
String
storeGroupId
;
public
String
getStoreGroupName
()
{
return
storeGroupName
;
}
public
void
setStoreGroupName
(
String
storeGroupName
)
{
this
.
storeGroupName
=
storeGroupName
;
}
public
String
getStoreGroupId
()
{
return
storeGroupId
;
}
public
void
setStoreGroupId
(
String
storeGroupId
)
{
this
.
storeGroupId
=
storeGroupId
;
}
public
String
getMemberName
()
{
return
memberName
;
}
...
...
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