更新 web/admin/www/keyword.php

This commit is contained in:
LiuZhengYu 2026-04-24 16:20:01 +08:00
parent bb5d1d4095
commit 233c2f3873

View File

@ -69,6 +69,7 @@ class keyword
}
return succjson($ret);
}
public static function json_update()
{
global $db;
@ -498,7 +499,6 @@ public static function json_GenerateKeywords()
try {
$db->begin();
foreach ($finalList as $name) {
$csql = new \ciy\sql('www_keyword');
$csql->where('name', $name);