我正在使用以下c#代码创建BillGST.zip
文件。
E:\\BACKUP
流程成功完成,backup database "e:\backup.mdf" to disk='e:\backup\backup.bak'
在$companyLogo = $user->company->files->where('file_type', 'Logo')->first();
创建,但zip文件为空,其中没有任何内容。
我可以知道为什么吗?
更新
通过tsql进行备份时出错
解决方案
已使用"query" => "select * from `files` where `files`.`fileable_id` = ? and `files`.`fileable_id` is not null and `files`.`fileable_type` = ?"
"bindings" => array:2 [▼
0 => 1
1 => "App\Company"
]
双引号是关键