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