吴昊天 3 年 前
コミット
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];