|
@@ -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();
|