取消显示
This commit is contained in:
parent
fc5c7ad32b
commit
b0c4e09ebf
BIN
H5436787D.wgt
BIN
H5436787D.wgt
Binary file not shown.
@ -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';
|
||||
|
@ -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'),
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user