1 laravel 4.1版本 模型eloquent 中开启 软删除(protected $softDelete = true)查询不到数据问题:
protected $softDelete = true
解决:系统默认字段deleted_at 设置为 null,切记不可设置为空字符串。