xiaoyong931011
2021-03-19 31ba782e2e3f82a65bdf6cb1a2d6f0fba73f312d
src/main/resources/mapper/walletCoinOrder/OrderCoinsDao.xml
@@ -19,5 +19,11 @@
      
   SELECT *  FROM coins_order a where a.order_no= #{orderNo}  
   </select>
   <select id="selectAllEntrustingCoinOrderList" resultType="com.xcong.excoin.modules.coin.entity.OrderCoinsEntity">
      select *
      from coins_order
      where order_status=1
   </select>
</mapper>