Commit a6f60719 by songyinghui

feat: 周报事件

parent 2c698722
...@@ -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) {
......
...@@ -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";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment