mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 20:52:48 +08:00
修正db类setField方法
This commit is contained in:
@@ -1136,7 +1136,7 @@ abstract class Driver
|
||||
} else {
|
||||
$data[$field] = $value;
|
||||
}
|
||||
return $this->save($data);
|
||||
return $this->update($data);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user