fix
Helius
2021-11-04 e589b4eae46598a38e89d255cf6e893c8eb4080e
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);
}