处理后台报错

This commit is contained in:
liu 2024-06-29 09:24:57 +08:00
parent 68bbf53795
commit cf0ac14419

View File

@ -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();
//订单总金额 //订单总金额