新版仿ok交易所-后端
sql
zyy
2025-10-09 cd0e4e030b14795d07e50df0f336c6fb6536a8be
sql
1 files modified
2 ■■■ changed files
trading-order-service/src/main/resources/mapper/c2c/C2cAdvertMapper.xml 2 ●●● patch | view | raw | blame | history
trading-order-service/src/main/resources/mapper/c2c/C2cAdvertMapper.xml
@@ -50,7 +50,7 @@
    <select id="pagedQueryNotC2cUser" resultType="java.util.HashMap" >
        select.
        select
        advert.uuid id, advert.c2c_user_id c2c_user_id, advert.direction direction, advert.currency currency, advert.symbol symbol, advert.pay_type pay_type,
        advert.symbol_value symbol_value, advert.coin_amount coin_amount, advert.investment_min investment_min, advert.investment_max investment_max,
        advert.on_sale on_sale, advert.transaction_terms transaction_terms, c2c_user.nick_name nick_name, c2c_user.head_img head_img,