wzy
2020-12-10 068b277fe6e9fb588adf5118799db9198e1d5249
src/main/resources/mapper/modules/OrderCoinDealMapper.xml
@@ -4,7 +4,7 @@
   <select id="selectOrderCoinsDealListInPage" resultType="com.xcong.excoin.modules.trademanage.entity.OrderCoinsDealEntity">
      SELECT
         s.*,m.phone,m.email
         s.*,m.phone,m.email,m.ipo
      FROM
      coins_order_deal s
      LEFT JOIN member m ON m.id = s.member_id