取消显示

This commit is contained in:
Jerry Yan 2020-11-15 21:49:17 +08:00
parent fc5c7ad32b
commit b0c4e09ebf
3 changed files with 2 additions and 9 deletions

Binary file not shown.

View File

@ -1,8 +1,8 @@
<?php
$data['version'] = 90;
$data['version'] = 93;
$data['ios_must_update'] = 1; //是否强制更新,0不强制,1强制
$data['must_update'] = 1; //是否强制更新,0不强制,1强制
$data['apk_version'] = '2.4.2';
$data['apk_version'] = '2.4.3';
$data['apk_down_url'] = 'http://www.zgqlg.com.cn/H5436787D.wgt';
//$data['ios_version'] = '1.0.0';
$data['ios_appid'] = '1355322179';

View File

@ -42,13 +42,6 @@ class UserLevel extends Base
return [
'zgTimes'=>Db::name('orders')->where(compact('userId','goodsType'))->count(),
'zgAmounts'=>Db::name('orders')->where(compact('userId','goodsType'))->sum('helpGetCount'),
'zgYhYhq'=>Db::name('log_moneys')->where([
'targetId'=>$userId,
'remark'=>'预获产品券转换所得',
'moneyType'=>'1',
])->where('dataId', 'in', Db::name('orders')
->where(compact('userId','goodsType'))->column('orderId')
)->where('dataId', '>', 0)->sum('money'),
];
}