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;