From 97fbbf9f6602a382153c1098c5b4703578890e9e Mon Sep 17 00:00:00 2001 From: Hyojin Ahn Date: Mon, 6 Apr 2026 09:44:38 -0400 Subject: [PATCH] =?UTF-8?q?v1.1.7=20-=20[ORDER]=20=EA=B8=B0=EB=A6=84=20?= =?UTF-8?q?=EC=96=91=20=EC=9E=85=EB=A0=A5=20=ED=9B=84=20=EC=98=88=EC=83=81?= =?UTF-8?q?=EB=9F=89=20=EB=A6=AC=EC=85=8B=20+=20=ED=94=BD=EC=97=85?= =?UTF-8?q?=EB=82=A0=EC=A7=9C=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8=20fix?= =?UTF-8?q?ed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public_html/assets/api/daily.php | 3 ++- public_html/login_intranet.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/public_html/assets/api/daily.php b/public_html/assets/api/daily.php index f1db470..b3e9d46 100644 --- a/public_html/assets/api/daily.php +++ b/public_html/assets/api/daily.php @@ -920,7 +920,8 @@ class DailyService extends CONF { UPDATE tbl_customer SET c_fullquantity = 0, - c_lastpickupdate = '{$orderdate}' + c_lastpickupdate = '{$orderdate}', + c_lastpickupquantity = '{$afterQty}' WHERE c_uid = '{$customerUid}' "; diff --git a/public_html/login_intranet.php b/public_html/login_intranet.php index 9f6486b..082ea94 100644 --- a/public_html/login_intranet.php +++ b/public_html/login_intranet.php @@ -1,7 +1,7 @@