Change-Id: Id8bf884fa855957827669b5c9c2f18a0ecd64111
This commit is contained in:
vguanyiwgd 2024-05-11 09:56:44 +08:00
parent ebb0358831
commit b02c34c3b6
1 changed files with 0 additions and 7 deletions

View File

@ -359,13 +359,6 @@ class Recharge extends REST_Controller
'data' => array() 'data' => array()
), REST_Controller::HTTP_OK); ), 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); $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) { if(!$row) {