Helius
2022-03-16 b5c4caac84f3a923c9801258ce9b4f68e266d633
src/main/java/com/xcong/excoin/modules/coin/dao/GbzOrderDao.java
@@ -10,7 +10,9 @@
public interface GbzOrderDao extends BaseMapper<GbzOrderEntity> {
    IPage<GbzOrderEntity> selectInPage(Page<GbzOrderEntity> page);
    IPage<GbzOrderEntity> selectInPage(@Param("record") GbzOrderEntity gbzOrderEntity, Page<GbzOrderEntity> page);
    BigDecimal selectOrderTotalAmount(@Param("memberId") Long memberId);
    int updateStatus(@Param("memberId") Long memberId);
}