xiaoyong931011
2020-06-02 e9417d5cb8ccb2324e56ac8a25af97af45cc8c2c
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">