首页统计退款列表数据恢复

This commit is contained in:
2024-11-07 08:38:23 +08:00
parent 2a42a9518c
commit 938621bbbd

View File

@@ -298,9 +298,9 @@ class HomeController extends BaseAdminController
$query->select(['id', 'product_order_id', 'drug_id', 'drug_name']);
},
])
// ->where(['between', 'por.created_at', strtotime('-7 day'), time()])
// ->andWhere(['status' => 0])
->where(['por.status' => 0])
->where(['between', 'por.created_at', strtotime('-7 day'), time()])
->andWhere(['status' => 0])
// ->where(['por.status' => 0])
->orderBy(['id' => SORT_DESC])
->asArray();