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