Commit f33003b3 authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/airdrop' into develop

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