feat(WorkbenchLogic): 添加财务类型和财务项目管理

This commit is contained in:
mkm 2024-06-22 11:33:36 +08:00
parent 2a95eb8e1f
commit 7c60652624

View File

@ -54,11 +54,11 @@ class WorkbenchLogic extends BaseLogic
$dateDiff = (new \DateTime($endTime))->diff(new \DateTime($startTime));
$where = ['paid' => 1];
$cashFinanceWhere = [];
$storeFinanceWhere = [];
$storeFinanceWhere = ['financial_type'=>11,'financial_pm'=>0];
if ($params['store_id'] != 0) {
$where['store_id'] = $params['store_id'];
$cashFinanceWhere = ['store_id' => $params['store_id']];
$storeFinanceWhere = ['store_id' => $params['store_id'],'financial_type'=>11,'financial_pm'=>0];
$storeFinanceWhere['store_id'] = $params['store_id'];
}
$orderLogic = new StoreOrderLogic();
//订单总金额