From fce9beb5a12f8d83be0555a92df5f4b73db066a1 Mon Sep 17 00:00:00 2001 From: Hyojin Ahn Date: Mon, 11 May 2026 11:25:48 -0400 Subject: [PATCH] =?UTF-8?q?v1.2.19=20-=20[ORDER]=20=EC=98=A4=EB=8D=94?= =?UTF-8?q?=EC=9E=A5=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8=ED=95=A0=20?= =?UTF-8?q?=EB=95=8C,=20last=20pickup=20=EC=A0=95=EB=B3=B4=EB=8A=94=20?= =?UTF-8?q?=EC=A0=9C=EC=99=B8.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public_html/assets/api/daily.php | 13 +++++++++++-- public_html/lib/shortInfo_lib.php | 14 -------------- 2 files changed, 11 insertions(+), 16 deletions(-) diff --git a/public_html/assets/api/daily.php b/public_html/assets/api/daily.php index 956e328..c2271fa 100644 --- a/public_html/assets/api/daily.php +++ b/public_html/assets/api/daily.php @@ -143,8 +143,17 @@ class DailyService extends CONF { $setParts = []; foreach ($data as $k => $v) { - - if (in_array($k, ['d_orderdate','d_accountno','d_jobtype'], true)) continue; + // 업데이트 제외 컬럼 + if (in_array($k, [ + 'd_orderdate', + 'd_accountno', + 'd_jobtype', + 'd_inputdate', + 'd_estquantity', + 'd_lastpickupdate', + 'd_lastpickupquantity', + 'd_lastpaiddate' + ], true)) continue; if (!array_key_exists($k, $existing)) continue; $setParts[] = "{$k}='" . mysqli_real_escape_string($connect, (string)$v) . "'"; diff --git a/public_html/lib/shortInfo_lib.php b/public_html/lib/shortInfo_lib.php index 2b819d7..000d271 100644 --- a/public_html/lib/shortInfo_lib.php +++ b/public_html/lib/shortInfo_lib.php @@ -137,20 +137,6 @@ if ($c_paymenttype =="CA") { - - Installation Image - - - View Image - - No image - - - - ADD - - -