fix
Hentua
2023-04-23 fc093b0724b0c8979c0896f2bdc4cf8c4af27a1f
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);
}