瀏覽代碼

排除小雅指定的两个人

sunxbiao 1 年之前
父節點
當前提交
6d7d396122
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      app/common/dao/merchant/order/OrderGzcDao.php

+ 2 - 1
app/common/dao/merchant/order/OrderGzcDao.php

@@ -38,7 +38,8 @@ class OrderGzcDao extends BaseDao
38
             ->when(isset($where['status']) && $where['status'] !== '', function ($query) use ($where) {
38
             ->when(isset($where['status']) && $where['status'] !== '', function ($query) use ($where) {
39
                 $query->where('gzc', $where['status']);
39
                 $query->where('gzc', $where['status']);
40
             })
40
             })
41
-            ->where('pension', '>', 0);
41
+            ->where('pension', '>', 0)
42
+            ->whereNotIn('uid', [766, 783]);
42
     }
43
     }
43
     public function updateBindstatus($uinionid, $uid)
44
     public function updateBindstatus($uinionid, $uid)
44
     {
45
     {