* Finish task #36014.

This commit is contained in:
holan20180123
2021-02-19 10:23:44 +08:00
parent e3c57cbb2d
commit e624596b49
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -517,6 +517,13 @@ class custom extends control
->andWhere('`key`')->eq('URSR')
->fetch('value');
$this->dao->update(TABLE_CONFIG)
->set('`value`')->eq($defaultConcept)
->where('module')->eq('common')
->andWhere('`key`')->eq('URSR')
->andWhere('`value`')->eq($key)
->exec();
/* Stay default concept. */
if($defaultConcept == $key)
{