From c506fcbed0b34e2b64571a36a74a49ccc670ee99 Mon Sep 17 00:00:00 2001 From: jrbin Date: Fri, 3 Nov 2023 09:25:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wms/cont/sign_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wms/cont/sign_list.php b/wms/cont/sign_list.php index a1f2ad4d..0d942a5e 100644 --- a/wms/cont/sign_list.php +++ b/wms/cont/sign_list.php @@ -133,7 +133,7 @@ if ($data) : //echo " select f_return_name(current_assigner) signer from subflow where form_key='". $row['form_key'] ."'"; ". (is_array($row['form_key'])?'': $row['form_key']) ." list($signer)=mysqli_fetch_array(mysqli_query($link, "select max(f_return_name(current_assigner) ) signer from subflow where form_key='". $row['form_key'] ."'" )); - echo "" .(empty($signer)?"結案":$signer) . ""; + echo "" .(empty($signer)?"結案":"N") . ""; ?>