zainali5120
2020-10-21 b308d50e80d40bf668f51fb1c7fcde0669ff4e6a
初始化bug修复
1 files modified
1 ■■■■ changed files
src/main/resources/mapper/walletCoinOrder/OrderCoinsDao.xml 1 ●●●● patch | view | raw | blame | history
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