swoft-cloud / swoft

🚀 PHP Microservice Full Coroutine Framework
https://swoft.org
Apache License 2.0
5.58k stars 786 forks source link

若Model没有设置 get set 方法。 save() 返回的是true #1432

Open cgjcgs opened 3 years ago

cgjcgs commented 3 years ago

swoft 2.0.11 Model.php 约 620行 $attributes = $this->getArrayableAttributes(); 查出来是空。 是否应该判断一下
if(!$attributes){ return false; }