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