From 3a1778eed3acfd13a118c1d7b544aa594730d2cd Mon Sep 17 00:00:00 2001 From: lccsw <805383944@qq.com> Date: Mon, 9 May 2022 22:05:55 +0800 Subject: [PATCH] edit-qywx-rebot --- 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 0b7d5ba7..b227cd55 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!='=>1])){ + if(!$this->app_liche_orders_model->count(['status'=>1,'o_id'=>$order['o_id'],'type!='=>4])){ $is_ts = true; } $this->load->model('app/liche/app_liche_users_model');