Commit 370b7322 authored by shajiaiming's avatar shajiaiming

fix

parent ef58e2e3
...@@ -101,7 +101,7 @@ class AirDropController extends Controller ...@@ -101,7 +101,7 @@ class AirDropController extends Controller
public function actionReachInit() public function actionReachInit()
{ {
$applies = AirDrop::find()->where(['reach_init' => AirDrop::REACH_INIT_NO])->all(); $applies = AirDrop::find()->where(['reach_init' => AirDrop::REACH_INIT_NO])->all();
if (empty($apply)) return 0; if (empty($applies)) return 0;
$service = new Chain33Service(); $service = new Chain33Service();
$execer = 'ticket'; $execer = 'ticket';
......
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