* Fix bug#29383

This commit is contained in:
曾刚
2022-11-08 05:03:48 +00:00
committed by 王怡栋
parent d7eee8faf8
commit 4fbadc7da8
4 changed files with 22 additions and 4 deletions
+1 -2
View File
@@ -1289,8 +1289,7 @@ class programplanModel extends model
->andWhere('code')->in($codes)
->beginIF($planIDList)->andWhere('id')->notin($planIDList)->fi()
->fetch('code');
if($code) return $code;
return true;
return $code ? $code : true;
}
/**