Commit be9c7e87 authored by shajiaiming's avatar shajiaiming

fix

parent 951f5a2f
...@@ -104,7 +104,7 @@ class AirDropController extends BaseController ...@@ -104,7 +104,7 @@ class AirDropController extends BaseController
} }
$query = AirDropApplyRecord::find() $query = AirDropApplyRecord::find()
->select('id, reach, amount, token, create_time') ->select('id, reach, amount, token,draw_status, create_time')
->where(['apply_id' => $model['id']]); ->where(['apply_id' => $model['id']]);
if (!empty($apply_ids)) { if (!empty($apply_ids)) {
$apply_ids = rtrim($apply_ids, ','); $apply_ids = rtrim($apply_ids, ',');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment