Browse Source

APP端 显示 流水号

weiximei 6 years ago
parent
commit
7e94a62720

+ 2
- 1
CODE/smart-community/app-api/src/main/resources/mapper/TpBillInvoiceMapper.xml View File

@@ -233,7 +233,8 @@
233 233
           b.bill_name AS billName,
234 234
           b.bill_explain AS billExplain,
235 235
           b.end_date AS endDate,
236
-          b.create_date AS createDate
236
+          b.create_date AS createDate,
237
+          i.out_trade_no AS outTradeNo
237 238
       FROM
238 239
           tp_bill_invoice i
239 240
           LEFT JOIN tp_bill b ON b.id = i.bill_id