更新订单统计信息
This commit is contained in:
parent
17ac025a3c
commit
a445b388b0
@ -157,6 +157,7 @@ class StoreOrderDao extends BaseDao
|
||||
$query->where('order_sn', 'like', '%' . $where['order_sn'] . '%');
|
||||
})
|
||||
->when(isset($where['paid']) && $where['paid'] !== '', function ($query) use ($where) {
|
||||
echo 123213;
|
||||
$query->where('StoreOrder.paid', $where['paid']);
|
||||
})
|
||||
->when(isset($where['is_del']) && $where['is_del'] !== '', function ($query) use ($where) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user