|
@@ -308,6 +308,7 @@ class account_helper
|
|
|
|
|
|
$ret = $pred->make_bonus($param,$param['rate_money']);
|
|
|
if($ret == false) return false;
|
|
|
+ $pred->inc_rate_version();
|
|
|
$type_sn = $ret['type_sn'];
|
|
|
$ret = bonus_helper::send($type_sn,[$toid]);
|
|
|
return ($ret != false);
|