From 4bc9852fb7ec8560ac9602afdac0d29bec91b4d2 Mon Sep 17 00:00:00 2001 From: lccsw <805383944@qq.com> Date: Thu, 12 May 2022 14:35:56 +0800 Subject: [PATCH] edit-liche-pay_robot --- api/controllers/wxapp/liche/Wxnotify_v3.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/controllers/wxapp/liche/Wxnotify_v3.php b/api/controllers/wxapp/liche/Wxnotify_v3.php index b227cd55..d269661a 100644 --- a/api/controllers/wxapp/liche/Wxnotify_v3.php +++ b/api/controllers/wxapp/liche/Wxnotify_v3.php @@ -115,7 +115,7 @@ class Wxnotify_v3 extends CI_Controller{ $this->load->service('apporder/payment_service', array('app_id' => $this->app_id)); if($order['o_id']>=Orders_v2_entity::V2_START_ID){ $is_ts = false; - if(!$this->app_liche_orders_model->count(['status'=>1,'o_id'=>$order['o_id'],'type!='=>4])){ + if(!$this->app_liche_orders_model->count(['status'=>1,'o_id'=>$order['o_id'],'type!='=>4]) && $order['type']!=4){ $is_ts = true; } $this->load->model('app/liche/app_liche_users_model');