|
@@ -1282,6 +1282,12 @@ public class AdStatOfHourDWD {
|
|
|
BeanUtils.copyProperties(value2, result);
|
|
|
result.setCreateTime(new Date(createTime));
|
|
|
if (value1 == null) {
|
|
|
+ result.setCostDeviationRateTotal(value2.getCostDeviationRate());
|
|
|
+ result.setCostDeviationRateDay(value2.getCostDeviationRate());
|
|
|
+ result.setCostDeviationRateHour(value2.getCostDeviationRate());
|
|
|
+ result.setCostTotal(value2.getCost());
|
|
|
+ result.setCostDay(value2.getCost());
|
|
|
+ result.setCostHour(value2.getCost());
|
|
|
result.setCompensationAmountTotal(value2.getCompensationAmount());
|
|
|
result.setCompensationAmountDay(value2.getCompensationAmount());
|
|
|
result.setCompensationAmountHour(value2.getCompensationAmount());
|