rabin 5 年之前
父節點
當前提交
3914730876
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Database.php

+ 1 - 1
src/Database.php

@@ -164,7 +164,7 @@ class Database
      */
     private function getUrlParam($key, $table, $suffix, $state, $project = '')
     {
-        $index = $key . '_' . $project . '_' . $table;
+        $index = md5($key . '_' . $project . '_' . $table . '_' . $suffix);
         if (isset($this->param[$index])) {
             return $this->param[$index];
         }