From b8e78c4a83a1092465983d4d525abb1bbe661a27 Mon Sep 17 00:00:00 2001 From: Hyojin Ahn Date: Tue, 23 Jun 2026 15:21:44 -0400 Subject: [PATCH] =?UTF-8?q?v1.3.10=20-=20[ORDER]=20=EC=97=85=EB=8D=B0?= =?UTF-8?q?=EC=9D=B4=ED=8A=B8=20=EC=8B=9C=20=EB=B3=B4=ED=98=B8=20=EC=BB=AC?= =?UTF-8?q?=EB=9F=BC=EC=97=90=20order=20type,=20request=20id,=20=EC=83=9D?= =?UTF-8?q?=EC=84=B1=EC=9E=90,=20=EC=83=9D=EC=84=B1=EC=9D=BC=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public_html/assets/api/daily.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public_html/assets/api/daily.php b/public_html/assets/api/daily.php index 3e35548..153d5ef 100644 --- a/public_html/assets/api/daily.php +++ b/public_html/assets/api/daily.php @@ -154,7 +154,11 @@ class DailyService extends CONF { 'd_estquantity', 'd_lastpickupdate', 'd_lastpickupquantity', - 'd_lastpaiddate' + 'd_lastpaiddate', + 'd_ordertype', + 'd_ruid', + 'd_createruid', + 'd_createddate' ], true)) continue; if (!array_key_exists($k, $existing)) continue;