完成交叉生成关键词功能

This commit is contained in:
LiuZhengYu 2026-04-24 16:21:28 +08:00
parent 7551822ac5
commit ba996d3e45

View File

@ -19,6 +19,7 @@ class keyword
} else {
$csql->where('cateid=0');
}
} else
$csql->where('cateid', get('_cateid'));
$csql->where('name like', objstr($query, 'name'));