mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-10 00:22:48 +08:00
改进model类的save方法
This commit is contained in:
@@ -944,6 +944,7 @@ abstract class Model implements \JsonSerializable, \ArrayAccess
|
||||
}
|
||||
if (!empty($where)) {
|
||||
$this->isUpdate = true;
|
||||
$this->updateWhere = $where;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user