bug修改
This commit is contained in:
@@ -33,7 +33,7 @@ class Monster extends Model
|
|||||||
public function get_gift_list(){
|
public function get_gift_list(){
|
||||||
$map = [];
|
$map = [];
|
||||||
// $map[] = ['gid', 'not in', [36,37,38]];
|
// $map[] = ['gid', 'not in', [36,37,38]];
|
||||||
$map['type'] = ['=', 1];
|
$map['type'] = ['=', 2];
|
||||||
$map['is_show'] = ['=',1];
|
$map['is_show'] = ['=',1];
|
||||||
$map['delete_time'] = ['=', 0];
|
$map['delete_time'] = ['=', 0];
|
||||||
$list = db::name('vs_gift')->where($map)->order('gift_price asc')->select();
|
$list = db::name('vs_gift')->where($map)->order('gift_price asc')->select();
|
||||||
|
|||||||
Reference in New Issue
Block a user