吴昊天 hace 2 años
padre
commit
d4a9167edb
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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];