xiaoyong931011
2020-05-30 d2e6c0aba08b697ca5618affc2c34af9a37bbe2b
src/main/resources/mapper/walletCoinOrder/OrderCoinsDao.xml
@@ -12,6 +12,7 @@
         <if test="symbol != null and symbol !=''">
             and a.symbol = #{symbol}
         </if>
         order by create_time desc
   </select>
   
   <select id="findWalletCoinOrderByOrderNo" resultType="com.xcong.excoin.modules.coin.entity.OrderCoinsEntity">