bug修改

This commit is contained in:
2026-01-30 17:17:25 +08:00
parent 30b580f374
commit 40a70c20e2
2 changed files with 4 additions and 3 deletions

View File

@@ -34,6 +34,7 @@ class Monster extends Model
$map = [];
// $map[] = ['gid', 'not in', [36,37,38]];
$map['type'] = ['=', 2];
// $map['label'] = ['=', 18];
$map['is_show'] = ['=',1];
$map['delete_time'] = ['=', 0];
$list = db::name('vs_gift')->where($map)->order('gift_price asc')->select();