Merge branch 'master' into sprint/feedback_module

This commit is contained in:
wangyidong
2022-10-11 09:33:25 +08:00
381 changed files with 17770 additions and 2099 deletions
+1 -1
View File
@@ -1453,7 +1453,7 @@ class treeModel extends model
$module = $this->getById((int)$moduleID);
if(empty($module)) return array();
return $this->dao->select('id')->from(TABLE_MODULE)->where("CONCAT(',', path, ',')")->like("%,$module->path,%")->andWhere('deleted')->eq(0)->fetchPairs();
return $this->dao->select('id')->from(TABLE_MODULE)->where("CONCAT(',', path, ',')")->like("%$module->path%")->andWhere('deleted')->eq(0)->fetchPairs();
}
/**