fix
Hentua
2023-05-08 1de2874cec3eb3ec12898909ca1107495b975e51
src/main/java/cc/mrbird/febs/mall/mapper/MallScoreSignRecordMapper.java
@@ -12,4 +12,6 @@
    MallScoreSignRecord selectRecentSignRecord(@Param("memberId") Long memberId);
    IPage<ApiMallScoreSignRecordVo> selectApiOrderListInPage(IPage<ApiMallScoreSignRecordVo> page, @Param("record") ApiMallScoreSignRecordDto apiMallScoreSignRecordDto);
    Integer selectCountByMemberId(@Param("memberId")Long id);
}