作者 邓超

优化

... ... @@ -19,7 +19,7 @@ class listsSql {
public static function update(\Lib\Db $db,$data,$where) {
public static function update($db,$data,$where) {
if(is_array($where)){
$where = dbWhere($where);
}elseif (is_numeric($where)) {
... ...