cqp 1 주 전
부모
커밋
b54277ca7f
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      app/Service/TPlusServerService.php

+ 2 - 0
app/Service/TPlusServerService.php

@@ -501,6 +501,8 @@ class TPlusServerService extends Service
                         COALESCE(rp.code, '') as order_number,
                         rp.voucherdate as order_time,
                         rp.voucherstate as order_state,
+                        COALESCE(rp.pubuserdefnvc11, '') as channel_finance,
+                        COALESCE(rp.pubuserdefnvc12, '') as channel_details,
                         COALESCE(pn.code, '') as customer_code,
                         COALESCE(pn.name, '') as customer_title,
                         COALESCE(pn.priuserdefnvc14, '') as customer_profit_rate,