bdleader 政策更改

This commit is contained in:
tianfeng 2025-12-12 17:20:53 +08:00
parent 0a21af783a
commit b6ebf4b91b

View File

@ -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;
}
/**