This commit is contained in:
tang 2023-12-28 14:33:45 +08:00
parent 1557fb1768
commit 5155f41929

View File

@ -206,7 +206,7 @@ class ReportForm extends ApiModel
->orderBy(['start_at' => SORT_ASC])
->where('start=1')
->where('start_at>0')
->select(['id'])
->select(['store_id'=>$storeId])
->one()->toArray();
}