fix
Hentua
2023-06-04 4e34319c9d3f57bd20e12e45e8ecbae8e0435591
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);
}