This commit is contained in:
2021-02-24 18:47:08 +08:00
parent 10aadfd761
commit dc592a39e8
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -80,6 +80,8 @@ trait Condition
{
$_tmp = [];
if (empty($where)) return '';
var_dump($where);
foreach ($where as $value) {
var_dump($value);