Helius
2021-06-15 1410c2c53a44f66a3dd06b5fc3d9e8152a1d4bf1
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);
}