* [bug#66081,done,0.5h] fix bug.

This commit is contained in:
sunguangming
2025-10-14 08:57:17 +00:00
parent 57aa34b02d
commit f647525e31
+2
View File
@@ -2825,6 +2825,8 @@ class baseSQL
*/
public function notin($ids)
{
if(is_string($ids) && $ids === '') return $this;
if(is_array($ids) && empty($ids)) return $this;
if($this->inCondition and !$this->conditionIsTrue) return $this;
$dbIN = helper::dbIN($ids);