rabin 1 year ago
parent
commit
b8045a9244
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Dever/Sql.php

+ 1 - 1
src/Dever/Sql.php

@@ -239,7 +239,7 @@ class Sql
         $p = ':'.$k.$i;
         $x = '`';
         if ($t == 'Influxdb') {
-            $e = '=';
+            //$e = '=';
             if ($k == 'cdate') {
                 $k = 'time';
                 $v = date('Y-m-d H:i:s', $v-28800);