edit-qywx-rebot
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user