diff --git a/internal/dao/invoiceDao.go b/internal/dao/invoiceDao.go index 9335f47..771a2f4 100644 --- a/internal/dao/invoiceDao.go +++ b/internal/dao/invoiceDao.go @@ -135,7 +135,7 @@ func GetOrderInfoByOrderNo(req *bundle.GetOrderInfoByOrderNoReq) (orderRecord *m bundle_order_records.amount_type AS amount_type, bundle_order_records.total_amount AS total_amount, bundle_order_records.bundle_name AS bundle_name, - rn.address AS address, + rn.place_of_residence AS address, user.tel_num AS phone `). Joins("left join `micro-account`.`user` as user on user.id = bundle_order_records.customer_id and user.deleted_at = 0").