|
|
@@ -742,7 +742,7 @@ class WithdrawForm extends Model {
|
|
|
public function batchWithdraw($limit, $start, $params){
|
|
|
$config = Cache::getSystemConfig();
|
|
|
$minAmount = $config['manualWithdrawMinAmount']['VALUE'];
|
|
|
-
|
|
|
+ LoggerTool::debug(['batchWithdraw', $params['handleUserId'], $minAmount]);
|
|
|
$condition = '';
|
|
|
$adminRoleId = Admin::getRoleIdById($params['handleUserId']);
|
|
|
$isSuper = AdminRole::isSuperAdmin($adminRoleId);
|