* Adjsut code.

This commit is contained in:
liyuchun
2022-04-26 07:48:53 +00:00
parent 4c031465dc
commit ece5cdbd21
+2 -1
View File
@@ -4530,7 +4530,8 @@ class upgradeModel extends model
if($data->projectType == 'project')
{
$projectPairs = $this->dao->select('id,name')->from(TABLE_EXECUTION) ->where('deleted')->eq('0')
$projectPairs = $this->dao->select('id,name')->from(TABLE_EXECUTION)
->where('deleted')->eq('0')
->andWhere('id')->in($projectIdList)
->fetchPairs();