Browse Source

测试

master
李可松 4 years ago
parent
commit
c4eab921bf
  1. 2
      app/Jobs/BatchUploadMiniProgram.php

2
app/Jobs/BatchUploadMiniProgram.php

@ -41,7 +41,7 @@ class BatchUploadMiniProgram implements ShouldQueue
public function handle()
{
$agent = Agent::find($this->agent_id);
$template = MiniProgramTemplate::find($this->template_id);
$template = MiniProgramTemplate::where('template_id', $this->template_id)->first();
if (!$agent || !$template) return;

Loading…
Cancel
Save