Commit 74fc1f52 authored by ZhuChunYang's avatar ZhuChunYang

update

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