Commit da78a7c1 authored by ZhuChunYang's avatar ZhuChunYang

update

parent 5fbea1bc
...@@ -158,7 +158,7 @@ class CoinApplication extends BaseActiveRecord ...@@ -158,7 +158,7 @@ class CoinApplication extends BaseActiveRecord
public static function getH5ApplicateById($id) public static function getH5ApplicateById($id)
{ {
return self::find()->where(['id' => $id]) return self::find()->where(['id' => $id])
->select('id,h5_icon,name,advertise,official_url,h5_image_ids,description,type,native_url,native_login_url,h5_url,android_url,ios_url,app_store_url') ->select('id,h5_icon,name,show_width,show_height,advertise,official_url,h5_image_ids,description,type,native_url,native_login_url,h5_url,android_url,ios_url,app_store_url')
->asArray()->one(); ->asArray()->one();
} }
......
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