yingzi 2 年之前
父节点
当前提交
e273ac0232
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Mall/Framework/Core/SqlHelper.Class.php

+ 1 - 1
Mall/Framework/Core/SqlHelper.Class.php

@@ -587,7 +587,7 @@ abstract class SqlHelper
         if ($where) $sql .= " WHERE $where ";
         if ($order) $sql .= " ORDER BY $order ";
         if ($limit) $sql .= " LIMIT $limit ";
-        
+        var_dump($sql);
         $result = $this->db->update($sql, array_values($data));
 
         if ($result === FALSE) {