写死的id去除
This commit is contained in:
parent
f1398cd113
commit
adf5e91215
@ -69,7 +69,7 @@ public class BdSalarySettlementServiceImpl implements BdSalarySettlementService
|
|||||||
log.warn("开始处理所有 BD 工资结算,结算周期:{}", billBelong);
|
log.warn("开始处理所有 BD 工资结算,结算周期:{}", billBelong);
|
||||||
|
|
||||||
// 查询所有 BD
|
// 查询所有 BD
|
||||||
List<BusinessDevelopmentTeam> allBdTeams = businessDevelopmentTeamService.listByUserId(1963790037740466178L);
|
List<BusinessDevelopmentTeam> allBdTeams = businessDevelopmentTeamService.listAll();
|
||||||
|
|
||||||
if (CollectionUtils.isEmpty(allBdTeams)) {
|
if (CollectionUtils.isEmpty(allBdTeams)) {
|
||||||
log.warn("没有找到任何 BD 数据");
|
log.warn("没有找到任何 BD 数据");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user