|
@@ -188,7 +188,8 @@ public class RuleKuaiShouPlanServiceImpl extends ServiceImpl<RuleDatePlanKuaisho
|
|
|
unit.setCharge(unitDetail.getBigDecimal("charge"));
|
|
|
unit.setDeepConversionBid(group.getDeepConversionBid());
|
|
|
unit.setDeepConversionType(group.getDeepConversionType());
|
|
|
-
|
|
|
+ unit.setOcpxActionType(group.getOcpxActionType());
|
|
|
+ unit.setCpaBid(new BigDecimal(group.getCpaBid()).divide(new BigDecimal("1000"), 2, RoundingMode.HALF_UP));
|
|
|
//未知优化目标数据存空
|
|
|
if (group.getOcpxActionType() != 0) {
|
|
|
unit.setConvertNum(handleConvertNum(group.getOcpxActionType(), unitDetail));
|