Browse Source

盯盘运营经理-运营数量

yangzian 3 years ago
parent
commit
6fbc58eea9

+ 2 - 2
jeecg-boot-material-view/src/main/java/org/jeecg/ctop/material/service/impl/MaterialStareServiceImpl.java

@@ -1303,7 +1303,7 @@ public class MaterialStareServiceImpl implements MaterialStareService {
                 //下级员工
                 Set<String> operatorUserIds = getAffiliateId(groupVo.getUserId());
                 //有消耗的账户
-                operatorUserIds = materialStareMapper.getBytedanceAllOperators(null,DateUtils.getDateInteger(startTime).longValue(),DateUtils.getDateInteger(endTime).longValue(),operatorUserIds);
+                operatorUserIds = materialStareMapper.getKuaiShouAllOperators(null,DateUtils.getDateInteger(startTime).longValue(),DateUtils.getDateInteger(endTime).longValue(),operatorUserIds);
 
                 if (Check.isNull(operatorUserIds) || operatorUserIds.size() < 1){
                     continue;
@@ -1422,7 +1422,7 @@ public class MaterialStareServiceImpl implements MaterialStareService {
                 //下级员工
                 Set<String> operatorUserIds = getAffiliateId(groupVo.getUserId());
                 //有消耗的账户
-                operatorUserIds = materialStareMapper.getBytedanceAllOperators(null,DateUtils.getDateInteger(startTime).longValue(),DateUtils.getDateInteger(endTime).longValue(),operatorUserIds);
+                operatorUserIds = materialStareMapper.getKuaiShouAllOperators(null,DateUtils.getDateInteger(startTime).longValue(),DateUtils.getDateInteger(endTime).longValue(),operatorUserIds);
 
                 if (Check.isNull(operatorUserIds) || operatorUserIds.size() < 1){
                     continue;