thinkpph6使用find()查询当无条件的时候,会返回null,解决办法

修改vendor\topthink\think-orm\src\db\BaseQuery.php 第1450行:
if(empty($this->options[‘where’])) 判断去掉就可以或者select的时候limit(0,1)
目前只有这个办法,如有其他方法请指正!