edit-qyrobot
This commit is contained in:
@@ -34,7 +34,7 @@ class Qyrobot{
|
||||
$this->ci->load->model('app/licheb/app_licheb_users_model');
|
||||
|
||||
$order_row = $this->ci->receiver_orders_model->get(['id'=>$oid]);
|
||||
if(!$order_row){
|
||||
if(!$order_row || $order_row['pay_price']<=100){
|
||||
return false;
|
||||
}
|
||||
$biz_row = $this->ci->biz_model->get(['id'=>$order_row['biz_id']]);
|
||||
|
||||
Reference in New Issue
Block a user