首页统计退款列表数据恢复
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user