|
@@ -311,9 +311,8 @@ public class BusinessDayBillServiceImpl implements IBusinessDayBillService {
|
|
|
return this.baseMapper.getStatistics(bo);
|
|
return this.baseMapper.getStatistics(bo);
|
|
|
case "custom":
|
|
case "custom":
|
|
|
return this.baseMapper.getStatistics(bo);
|
|
return this.baseMapper.getStatistics(bo);
|
|
|
- default:
|
|
|
|
|
- return this.baseMapper.getStatistics(bo);
|
|
|
|
|
}
|
|
}
|
|
|
|
|
+ return this.baseMapper.getStatistics(bo);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@Override
|
|
@Override
|