xiaoyong931011
2022-03-16 9e1c73ded95ecbf8a6ab9a3796e7683251d9a7c8
src/main/resources/mapper/walletCoinOrder/OrderCoinsDao.xml
@@ -52,6 +52,7 @@
      a.create_time,
      a.update_by,
      a.update_time,
      a.entrust_price,
      (select sum(symbol_cnt) from coins_order_deal where order_id = a.id) as deal_cnt,
      (select sum(deal_amount) from coins_order_deal where order_id = a.id) as deal_amount
      from coins_order a