改名
This commit is contained in:
@@ -135,7 +135,7 @@ trait Builder
|
|||||||
$_tmp[] = $_value;
|
$_tmp[] = $_value;
|
||||||
}
|
}
|
||||||
if (!empty($_tmp)) {
|
if (!empty($_tmp)) {
|
||||||
return implode(' AND ', $_tmp);
|
return '(' . implode(') AND (', $_tmp) . ')';
|
||||||
}
|
}
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user