Просмотр исходного кода

排除小雅指定的两个人

sunxbiao 1 год назад
Родитель
Сommit
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 38
             ->when(isset($where['status']) && $where['status'] !== '', function ($query) use ($where) {
39 39
                 $query->where('gzc', $where['status']);
40 40
             })
41
-            ->where('pension', '>', 0);
41
+            ->where('pension', '>', 0)
42
+            ->whereNotIn('uid', [766, 783]);
42 43
     }
43 44
     public function updateBindstatus($uinionid, $uid)
44 45
     {