WIN-2308041133\Administrator 1 개월 전
부모
커밋
460a839e89
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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){