|
...
|
...
|
@@ -56,7 +56,7 @@ class ProjectFilePDF extends Command |
|
|
|
|
|
|
|
// public function handle()
|
|
|
|
// {
|
|
|
|
// $status = 0; # 0 - 未生成 1 - 已生成 2 - 其它问题
|
|
|
|
// $status = 0; # 0 - 未生成 1 - 已生成 2 - 其它问题1
|
|
|
|
// $lists = $this->DataFile::query()->where('status', $status)
|
|
|
|
// ->where('project_id', '!=', 0)
|
|
|
|
// ->where('friend_id', '!=', 0)
|
...
|
...
|
|