|
@@ -1124,7 +1124,7 @@ class Money extends Common
|
|
|
$params_from = $this->request->request("params_from",'');// 平台参数
|
|
|
$where = [];
|
|
|
if($params_from == 'ios'){
|
|
|
- $where['money'] = ['<=', 3000];
|
|
|
+ //$where['money'] = ['<=', 3000];
|
|
|
}
|
|
|
$list = \app\common\model\RecharConfig::where($where)->order("weight", "asc")->select();
|
|
|
if (!$list) $this->error("配置信息为空!");
|