Hentua
2023-04-21 952f6ff37b57adcfd5b057ac7e0c43bb9697a01f
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);
}