更新 web/admin/www/keyword.php
This commit is contained in:
parent
bb5d1d4095
commit
233c2f3873
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user