|
@@ -53,7 +53,7 @@ public class ByteDanceHourlyAccountWarningServiceImpl implements IByteDanceHourl
|
|
if (Check.isNull(userAllocation)) {
|
|
if (Check.isNull(userAllocation)) {
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
- BigDecimal warningAmount = BigDecimalUtil.divideBigDecimal(userAllocation.getWarningAmount(),new BigDecimal(1000));
|
|
|
|
|
|
+ BigDecimal warningAmount = userAllocation.getWarningAmount();
|
|
BigDecimal warningProportion = userAllocation.getWarningProportion();
|
|
BigDecimal warningProportion = userAllocation.getWarningProportion();
|
|
BigDecimal nowCost = bytedanceAdvertiserHourlyReportMapper.getCost(accountId, maxHour, statDate);
|
|
BigDecimal nowCost = bytedanceAdvertiserHourlyReportMapper.getCost(accountId, maxHour, statDate);
|
|
if (maxHour != 0) {
|
|
if (maxHour != 0) {
|