From b775cd1e1c5b83579a43b87febd5dd77b25d9ad2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <93301500+xushubieli@users.noreply.github.com> Date: Tue, 28 Mar 2023 16:40:57 +0800 Subject: [PATCH] Update makehtml_m_list_action.php --- admin/makehtml_m_list_action.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/admin/makehtml_m_list_action.php b/admin/makehtml_m_list_action.php index 2eb3734..ee4b465 100644 --- a/admin/makehtml_m_list_action.php +++ b/admin/makehtml_m_list_action.php @@ -112,13 +112,14 @@ if ($nextpage >= $totalpage && $finishType) { exit(); } } else { + $typename = isset($cfg_Cs[$tid][3])? base64_decode($cfg_Cs[$tid][3]) : ""; if ($finishType) { - $gourl = "makehtml_m_list_action.php?gotype={$gotype}&uppage=$uppage&maxpagesize=$maxpagesize&typeid=$typeid&pageno=$nextpage"; - ShowMsg("更新栏目".$tid.",继续执行任务", $gourl, 0, 100); + $gourl = "makehtml_list_action.php?gotype={$gotype}&uppage=$uppage&maxpagesize=$maxpagesize&typeid=$typeid&pageno=$nextpage"; + ShowMsg("更新栏目id:".$tid.",栏目名称:{$typename},继续执行任务", $gourl, 0, 100); exit(); } else { - $gourl = "makehtml_m_list_action.php?gotype={$gotype}&uppage=$uppage&mkpage=$mkpage&maxpagesize=$maxpagesize&typeid=$typeid&pageno=$pageno"; - ShowMsg("更新栏目".$tid.",继续执行任务", $gourl, 0, 100); + $gourl = "makehtml_list_action.php?gotype={$gotype}&uppage=$uppage&mkpage=$mkpage&maxpagesize=$maxpagesize&typeid=$typeid&pageno=$pageno"; + ShowMsg("更新栏目id:".$tid.",栏目名称:{$typename},继续执行任务", $gourl, 0, 100); exit(); } }