Ver Fonte

youfeng

cqp há 1 semana atrás
pai
commit
c8c8211684
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      app/Service/TPlusServerService.php

+ 2 - 0
app/Service/TPlusServerService.php

@@ -365,6 +365,7 @@ class TPlusServerService extends Service
                         COALESCE(si.ID, 0) as order_id,
                         COALESCE(si.code, '') as order_number,
                         si.voucherdate as order_time,
+                        si.voucherState as order_state,
                         COALESCE(pn.code, '') as customer_code,
                         COALESCE(pn.name, '') as customer_title,
                         COALESCE(pn.priuserdefnvc14, '') as customer_profit_rate,
@@ -498,6 +499,7 @@ class TPlusServerService extends Service
                         COALESCE(rp.ID, 0) as order_id,
                         COALESCE(rp.code, '') as order_number,
                         rp.voucherdate as order_time,
+                        rp.voucherstate as order_state,
                         COALESCE(pn.code, '') as customer_code,
                         COALESCE(pn.name, '') as customer_title,
                         COALESCE(pn.priuserdefnvc14, '') as customer_profit_rate,