吴昊天 2 лет назад
Родитель
Сommit
d4a9167edb
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      crmeb/app/dao/BaseDao.php

+ 3 - 1
crmeb/app/dao/BaseDao.php

@@ -309,7 +309,9 @@ abstract class BaseDao
             if ($responses->hasMethod($method)) {
                 $with[] = $key;
             } else {
-                $otherWhere[] = $value;
+                if ($key != 'timeKey') {
+                    $otherWhere[] = $value;
+                }
             }
         }
         return [$with, $otherWhere];