更新 web/admin/www/keyword.php
This commit is contained in:
parent
bb5d1d4095
commit
233c2f3873
|
|
@ -69,6 +69,7 @@ class keyword
|
||||||
}
|
}
|
||||||
return succjson($ret);
|
return succjson($ret);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function json_update()
|
public static function json_update()
|
||||||
{
|
{
|
||||||
global $db;
|
global $db;
|
||||||
|
|
@ -498,7 +499,6 @@ public static function json_GenerateKeywords()
|
||||||
|
|
||||||
try {
|
try {
|
||||||
$db->begin();
|
$db->begin();
|
||||||
|
|
||||||
foreach ($finalList as $name) {
|
foreach ($finalList as $name) {
|
||||||
$csql = new \ciy\sql('www_keyword');
|
$csql = new \ciy\sql('www_keyword');
|
||||||
$csql->where('name', $name);
|
$csql->where('name', $name);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user