소스 검색

FEAT: 直播订单导出修改

xdd 18 시간 전
부모
커밋
b01b34b8e5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      fs-service-system/src/main/resources/mapper/live/LiveOrderPaymentMapper.xml

+ 1 - 1
fs-service-system/src/main/resources/mapper/live/LiveOrderPaymentMapper.xml

@@ -69,7 +69,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         select lop.payment_id, lop.pay_code, lop.pay_type_code, lop.pay_money, lop.pay_time, lop.create_time, lop.trade_no, lop.user_id, lop.open_id, lop.business_type, lop.business_id as order_code,
         lop.status, lop.remark, lop.bank_transaction_id, lop.bank_serial_no, lop.refund_money, lop.refund_time, lop.store_id, lo.company_id, lo.company_user_id, lop.business_code,
         lop.pay_mode, lop.share_status, lop.share_code, lop.share_money, lop.is_share, lo.user_phone,c.company_name as company_name, cde.dept_name as dept_name,cu.nick_name as company_user_nick_name,
-        cu.user_name as company_user_name, lo.product_id as product_id,lo.remark as remark
+        cu.user_name as company_user_name, lo.product_id as product_id,lo.remark as mark
         from live_order_payment lop
         left join live_order lo on lop.business_id = lo.order_id
         left join company_user cu on lo.company_user_id = cu.user_id