Procházet zdrojové kódy

排除小雅指定的两个人

sunxbiao před 1 rokem
rodič
revize
6d7d396122
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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
     {