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