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
a6f60719
Commit
a6f60719
authored
Apr 10, 2023
by
songyinghui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 周报事件
parent
2c698722
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
MaterialReportBuilder.java
...ervice/service/content/adaptor/MaterialReportBuilder.java
+1
-1
MaterialReportServiceTest.java
...age3-service/src/test/java/MaterialReportServiceTest.java
+1
-0
No files found.
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/service/content/adaptor/MaterialReportBuilder.java
View file @
a6f60719
...
@@ -84,8 +84,8 @@ public class MaterialReportBuilder {
...
@@ -84,8 +84,8 @@ public class MaterialReportBuilder {
log
.
info
(
"成员clerId:{}, staffId: {} 为区经角色"
,
staffClerkRelationDTO
.
getClerkId
(),
staffClerkRelationDTO
.
getStaffId
());
log
.
info
(
"成员clerId:{}, staffId: {} 为区经角色"
,
staffClerkRelationDTO
.
getClerkId
(),
staffClerkRelationDTO
.
getStaffId
());
// 区经无主门店
// 区经无主门店
context
.
setClerkId
(
staffClerkRelationDTO
.
getClerkId
());
context
.
setClerkId
(
staffClerkRelationDTO
.
getClerkId
());
return
;
}
}
return
;
}
}
TabHaobanClerkMainStoreRelated
mainStoreInfo
=
clerkMainStoreRelatedService
.
getMainStoreByStaffId
(
context
.
getStaffId
(),
context
.
getStaffInfo
().
getWxEnterpriseId
());
TabHaobanClerkMainStoreRelated
mainStoreInfo
=
clerkMainStoreRelatedService
.
getMainStoreByStaffId
(
context
.
getStaffId
(),
context
.
getStaffInfo
().
getWxEnterpriseId
());
if
(
mainStoreInfo
!=
null
)
{
if
(
mainStoreInfo
!=
null
)
{
...
...
haoban-manage3-service/src/test/java/MaterialReportServiceTest.java
View file @
a6f60719
...
@@ -53,6 +53,7 @@ public class MaterialReportServiceTest {
...
@@ -53,6 +53,7 @@ public class MaterialReportServiceTest {
String
eid
=
"ff8080815dacd3a2015dacd3ef5c0000"
;
String
eid
=
"ff8080815dacd3a2015dacd3ef5c0000"
;
String
wxEid
=
"ca66a01b79474c40b3e7c7f93daf1a3b"
;
String
wxEid
=
"ca66a01b79474c40b3e7c7f93daf1a3b"
;
String
staffId
=
"e608b51b267e4943b87e222a343b4f25"
;
String
staffId
=
"e608b51b267e4943b87e222a343b4f25"
;
// String staffId = "866b6cbb98964fd9aa0bd9e3b58e873b";
String
storeId
=
"ff8080816e216c04016e34294282004a"
;
String
storeId
=
"ff8080816e216c04016e34294282004a"
;
String
clerkId
=
"300b60c7f8874ca2b9cc696ad6b6a480"
;
String
clerkId
=
"300b60c7f8874ca2b9cc696ad6b6a480"
;
...
...
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