* Adjust code .

This commit is contained in:
guofeilong
2023-03-24 08:37:13 +08:00
parent 14af35b1e1
commit 26d69ab0a2
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -2341,7 +2341,7 @@ class treeModel extends model
}
elseif($data->createType == 'same')
{
$maxOrder = $this->dao->select('order')->from(TABLE_MODULE)
$maxOrder = $this->dao->select('`order`')->from(TABLE_MODULE)
->where('root')->eq($module->root)
->andWhere('parent')->eq($module->parent)
->andWhere('type')->eq($module->type)