bdleader 政策更改
This commit is contained in:
parent
0a21af783a
commit
b6ebf4b91b
@ -254,8 +254,9 @@ public class BdLeaderSalarySettlementServiceImpl implements BdLeaderSalarySettle
|
||||
private boolean checkRewardEligibility(Long bdLeaderUserId, Integer billBelong) {
|
||||
// TODO: 实现逻辑 - 检查本周期是否有新增 BD
|
||||
// 目前简化处理:假设只要有 BD 就满足条件
|
||||
List<Long> bdUserIds = businessDevelopmentBaseInfoService.listBdUserIdsByLeaderId(bdLeaderUserId);
|
||||
return !CollectionUtils.isEmpty(bdUserIds);
|
||||
// List<Long> bdUserIds = businessDevelopmentBaseInfoService.listBdUserIdsByLeaderId(bdLeaderUserId);
|
||||
// return !CollectionUtils.isEmpty(bdUserIds);
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user