处理后台报错
This commit is contained in:
parent
68bbf53795
commit
cf0ac14419
@ -65,7 +65,7 @@ class WorkbenchLogic extends BaseLogic
|
|||||||
$cashFinanceWhere = ['store_id' => $params['store_id']];
|
$cashFinanceWhere = ['store_id' => $params['store_id']];
|
||||||
$storeFinanceWhere['store_id'] = $params['store_id'];
|
$storeFinanceWhere['store_id'] = $params['store_id'];
|
||||||
$storeFinanceWhereTwo['store_id'] = $params['store_id'];
|
$storeFinanceWhereTwo['store_id'] = $params['store_id'];
|
||||||
$attritionWhere['store_id'] = $params['store_id'];
|
$attritionWhere['id'] = $params['store_id'];
|
||||||
}
|
}
|
||||||
$orderLogic = new StoreOrderLogic();
|
$orderLogic = new StoreOrderLogic();
|
||||||
//订单总金额
|
//订单总金额
|
||||||
|
Loading…
x
Reference in New Issue
Block a user