edit-qyrobot

This commit is contained in:
lccsw
2021-10-12 10:33:42 +08:00
parent 47a1a58bca
commit 20297a42e6
+1 -1
View File
@@ -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']]);