WIN-2308041133\Administrator před 1 měsícem
rodič
revize
c2c7e07764
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      application/admin/model/WechatPlanRecord.php

+ 1 - 1
application/admin/model/WechatPlanRecord.php

@@ -47,7 +47,7 @@ class WechatPlanRecord extends Model
         $order = "id desc";
         if (isset($where['uid']) && $where['uid'] > 0) $xwhere['uid'] = $where['uid'];
         if (isset($where['cid']) && $where['cid'] > 0) $xwhere['cid'] = $where['cid'];
-        $model = $model->where(['is_signing','!=',2]);
+        $model = $model->where(['is_signing','<>',2]);
         $data = $model->where($xwhere)->order($order)->select();
         $wechatPlan = new WechatPlan();
         foreach ($data as $k => $v){