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