|
@@ -356,7 +356,7 @@ public class Task {
|
|
|
}else{
|
|
}else{
|
|
|
count = fastGptPushTotal.getCount() * 150;
|
|
count = fastGptPushTotal.getCount() * 150;
|
|
|
}
|
|
}
|
|
|
- count = (long) (count * 1.4);
|
|
|
|
|
|
|
+ count = (long) (count * 1.4)==0?0: (long) (count * 1.4);
|
|
|
fastGptPushTotal.setCount(count);
|
|
fastGptPushTotal.setCount(count);
|
|
|
FastGptPushTokenTotal pushTotal = qwRestrictionPushRecordMapper.selectFastGptPushTokenTotalByInfo(fastGptPushTotal);
|
|
FastGptPushTokenTotal pushTotal = qwRestrictionPushRecordMapper.selectFastGptPushTokenTotalByInfo(fastGptPushTotal);
|
|
|
if(pushTotal == null){
|
|
if(pushTotal == null){
|