fix
Helius
2022-11-16 0c97e2b47a10592e382bddbe80b9662c6dfaa5fc
src/main/java/cc/mrbird/febs/dapp/mapper/DataDictionaryCustomMapper.java
@@ -17,4 +17,6 @@
    DataDictionaryCustom selectDicDataByTypeAndCode(@Param("type") String type, @Param("code") String code);
    int updateDicValueByTypeAndCode(@Param("type") String type, @Param("code") String code, @Param("value") String value);
    DataDictionaryCustom selectDicDataByTypeAndCodeAndDesc(@Param("type") String type, @Param("description") String plan);
}