|
@@ -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
|
{
|