WIN-2308041133\Administrator hace 1 mes
padre
commit
460a839e89
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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){