Hentua
2023-06-12 2f34848f649b7d29f7697f8fe13b5e93c543c19a
src/main/java/cc/mrbird/febs/mall/mapper/DataDictionaryCustomMapper.java
@@ -31,4 +31,6 @@
    AdminRankAwardUpdateInfoVo getRankAwardUpdateInfoById(@Param("id")long id);
    int updateDicValueByTypeAndCode(@Param("type") String type, @Param("code") String code, @Param("value") String value);
    DataDictionaryCustom selectScorePoolCntForUpdate(@Param("type") String type, @Param("code") String code);
}