|
|
@@ -11,6 +11,7 @@ namespace common\helpers\bonus;
|
|
|
use common\components\ActiveRecord;
|
|
|
use common\helpers\DataBak;
|
|
|
use common\helpers\Form;
|
|
|
+use common\helpers\LoggerTool;
|
|
|
use common\helpers\Tool;
|
|
|
use common\helpers\user\Balance;
|
|
|
use common\helpers\user\Info;
|
|
|
@@ -544,6 +545,7 @@ class BonusSend extends BaseObject {
|
|
|
->offset($offset)
|
|
|
->limit($this->_limit)
|
|
|
->all();
|
|
|
+ LoggerTool::info($allData);
|
|
|
//@todo 用户级别不变则不更新
|
|
|
$defaultEmpLv = EmployLevel::getDefaultLevelId();
|
|
|
if ($allData) {
|