Commit 256246a3 authored by ZhuChunYang's avatar ZhuChunYang

update

parent d1283690
......@@ -136,9 +136,7 @@ class CoinApplication extends BaseActiveRecord
public static function getApplicateById($id)
{
return self::find()->where(['id' => $id])
->select('id,icon,name,advertise,image_ids,description,type,native_url,native_login_url,h5_url,android_url,ios_url,app_store_url')
->asArray()->one();
return self::find()->where(['id' => $id])->asArray()->one();
}
public static function getApplicate($id)
......
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