edit-qywx-rebot

This commit is contained in:
lccsw
2022-05-09 22:05:55 +08:00
parent 980bfa2172
commit 8655081a4f
+1 -1
View File
@@ -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');