|
@@ -779,6 +779,8 @@ public class AiKuaishouCreateCreativeServiceImpl implements IAiKuaishouCreateCre
|
|
Long unitNum = 0L;
|
|
Long unitNum = 0L;
|
|
if (!Check.isNull(unitCreateCnt)) {
|
|
if (!Check.isNull(unitCreateCnt)) {
|
|
unitNum = customUnitCnt - unitCreateCnt;
|
|
unitNum = customUnitCnt - unitCreateCnt;
|
|
|
|
+ }else {
|
|
|
|
+ unitNum = customUnitCnt;
|
|
}
|
|
}
|
|
unitNum = unitNum * hour / 20;
|
|
unitNum = unitNum * hour / 20;
|
|
log.info("{}当前时间内需要创建组总数:{}", strategy.getAccountId(), unitNum);
|
|
log.info("{}当前时间内需要创建组总数:{}", strategy.getAccountId(), unitNum);
|