Helius
2021-06-15 a525a164701bfcf4d5002f29e1f3ad60ee50ca28
src/main/java/com/xcong/excoin/modules/coin/dao/GbzOrderDao.java
@@ -13,4 +13,6 @@
    IPage<GbzOrderEntity> selectInPage(Page<GbzOrderEntity> page);
    BigDecimal selectOrderTotalAmount(@Param("memberId") Long memberId);
    int updateStatus(@Param("memberId") Long memberId);
}