From 9dbdd9353f5fc7b00e075e04d3fa62287531126d Mon Sep 17 00:00:00 2001 From: 10994015 Date: Fri, 8 Mar 2024 18:11:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=BE=85=E7=B0=BD=E6=9F=A5?= =?UTF-8?q?=E8=A9=A2=E9=A0=86=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wms/cont/api/postElevatorPricereview.php | 2 +- wms/sign/list.php | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/wms/cont/api/postElevatorPricereview.php b/wms/cont/api/postElevatorPricereview.php index a55e27f8..b4d540db 100644 --- a/wms/cont/api/postElevatorPricereview.php +++ b/wms/cont/api/postElevatorPricereview.php @@ -404,7 +404,7 @@ if(!$contract){ } if($status == "YS"){ - + $sql_str = "INSERT INTO pricereview_maintain_sign ()" } diff --git a/wms/sign/list.php b/wms/sign/list.php index f40bc8b5..bde03b37 100644 --- a/wms/sign/list.php +++ b/wms/sign/list.php @@ -114,7 +114,8 @@ JOIN subflow GROUP BY form_key - ) AS sf ON d.form_key = sf.form_key + + ORDER BY update_date DESC) AS sf ON d.form_key = sf.form_key JOIN subflow c ON c.form_key = sf.form_key AND c.seq = sf.max_seq WHERE