WIN-2308041133\Administrator 1 месяц назад
Родитель
Сommit
37fbd8ff2d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      application/admin/model/WechatPlanRecord.php

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

@@ -65,7 +65,7 @@ class WechatPlanRecord extends Model
         if (isset($where['cid']) && $where['cid'] > 0) $xwhere['cid'] = $where['cid'];
         if (isset($where['uid']) && $where['uid'] > 0) $xwhere['uid'] = $where['uid'];
 //        if (isset($where['category_id']) && $where['category_id'] > 0) $xwhere['category_id'] = $where['category_id'];
-        $model = $model->where(['is_signing','!=',2]);
+        $model = $model->where('is_signing','<>',2);
         $data = $model->where($xwhere)->order($order)->find();
         $count = $model->where($xwhere)->count();
         $laveMonth = new LaveMonth();