All Downloads are FREE. Search and download functionalities are using the official Maven repository.

business-sql.select_pay.sql Maven / Gradle / Ivy

There is a newer version: 2.1.11
Show newest version
SELECT type_code    as typeCode,
       order_id     AS orderId,
       pay_id       AS payId,
       price        as price,
       body         as body,
       url          as url,
       actual_price as actualPrice,
       out_trade_no as outTradeNo,
       pay_mode     as payMode,
       pay_channel  as payChannel,
       order_by     as orderBy,
       create_time  as createTime,
       update_time  as updateTime,
       status       as status
FROM matrix_business_pay




© 2015 - 2024 Weber Informatics LLC | Privacy Policy