作者 李宇航

合并分支 'master-server' 到 'master'

gx



查看合并请求 !1103
... ... @@ -7,9 +7,8 @@
* @time :2024/6/18 14:53
*/
namespace App\Console\Commands\Test;
namespace App\Console\Commands\SyncFilesImage;
use App\Models\File\ErrorFile;
use App\Models\File\File;
use Illuminate\Console\Command;
... ...
... ... @@ -7,11 +7,9 @@
* @time :2024/8/14 14:23
*/
namespace App\Console\Commands\Test;
namespace App\Console\Commands\SyncFilesImage;
use App\Models\File\ErrorFile;
use App\Models\File\File;
use App\Models\File\Image;
use Illuminate\Console\Command;
class SyncTimeFiles extends Command
... ...
... ... @@ -7,7 +7,7 @@
* @time :2024/8/14 13:50
*/
namespace App\Console\Commands\Test;
namespace App\Console\Commands\SyncFilesImage;
use App\Models\File\ErrorFile;
use Illuminate\Console\Command;
... ...
... ... @@ -25,7 +25,7 @@ class VisitLogic extends BaseLogic
public function getVisitList($map,$page,$row,$order,$filed = ['*'])
{
// $map['domain'] = $this->user['domain'];
if($map['is_inquiry'] == 0){
if(isset($map['is_inquiry']) && ($map['is_inquiry'] == 0)){
unset($map['is_inquiry']);
}
$lists = $this->model->lists($map,$page,$row,$order,$filed);
... ...