* Remove unused code.

This commit is contained in:
guanxiying
2019-11-26 15:25:59 +08:00
parent 0c2dd8d390
commit fc7e7dc697
-1
View File
@@ -548,6 +548,5 @@ class customModel extends model
{
$this->dao->update(TABLE_BLOCK)->set("`title` = REPLACE(`title`, '{$commonList[$oldIndex]}', '{$commonList[$newIndex]}')")->where('source')->eq('product')->exec();
}
exit;
}
}