feat: 添加对store_id的查询条件
This commit is contained in:
parent
fa559efd5c
commit
6879da0968
@ -66,6 +66,7 @@ class WorkbenchLogic extends BaseLogic
|
||||
$storeFinanceWhere['store_id'] = $params['store_id'];
|
||||
$storeFinanceWhereTwo['store_id'] = $params['store_id'];
|
||||
$attritionWhere['id'] = $params['store_id'];
|
||||
$all_where['store_id'] = $params['store_id'];
|
||||
}
|
||||
$orderLogic = new StoreOrderLogic();
|
||||
//订单总金额
|
||||
|
Loading…
x
Reference in New Issue
Block a user