From b02c34c3b64dbd4a5b4ec86d0a39320ee7d2dad8 Mon Sep 17 00:00:00 2001 From: vguanyiwgd Date: Sat, 11 May 2024 09:56:44 +0800 Subject: [PATCH] update Change-Id: Id8bf884fa855957827669b5c9c2f18a0ecd64111 --- backstage/application/api/controllers/api/Recharge.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/backstage/application/api/controllers/api/Recharge.php b/backstage/application/api/controllers/api/Recharge.php index 9aef979..0a3c993 100644 --- a/backstage/application/api/controllers/api/Recharge.php +++ b/backstage/application/api/controllers/api/Recharge.php @@ -359,13 +359,6 @@ class Recharge extends REST_Controller 'data' => array() ), REST_Controller::HTTP_OK); } - if($this->user->company_id == 15 && !in_array($this->user->id, array(52728, 52727, 24708, 24712, 24717))){ - $this->response(array( - 'status' => 0, - 'message' => '暂不能使用余额转移', - 'data' => array() - ), REST_Controller::HTTP_OK); - } $row = $this->Common_model->sql_get_one("select * from tb_account where supplier_id = {$zy_supplier_id} and type_id={$zy_type_id} and user_id = ".$this->user->id); if(!$row) {