mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 23:22:48 +08:00
当有数据副本的时候 这个操作会出异常
This commit is contained in:
@@ -367,7 +367,7 @@ class Model
|
|||||||
{
|
{
|
||||||
// 数据处理
|
// 数据处理
|
||||||
$data = $this->_write_data($data, 'update');
|
$data = $this->_write_data($data, 'update');
|
||||||
if (false === $data) {
|
if (false == $data) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
// 分析表达式
|
// 分析表达式
|
||||||
|
|||||||
Reference in New Issue
Block a user