Skip to content

Commit 9d97aea

Browse files
committed
fix(repo): 定时任务新版
1 parent e827bb2 commit 9d97aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laravel/app/Http/Repository/BusRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ public function cronTaskTable()
402402
'LineGuid' => $task['LineGuid'],
403403
'LineInfo' => $task['LineInfo'],
404404
];
405-
$data = $this->getLine('APTSLine.aspx', $post)['line'];
405+
$data = $this->getLineData2('APTSLine.aspx', $post)['line'];
406406
$content = json_encode($data, JSON_UNESCAPED_UNICODE);
407407
if (!empty($content) && strlen($content) > 20) {
408408
// 入库操作 1 ----- 木渎

0 commit comments

Comments
 (0)