fix
Helius
2021-09-26 4e215fff3db228922ba9d9a4cb789d01a027dac5
src/main/java/cc/mrbird/febs/mall/mapper/DataDictionaryCustomMapper.java
@@ -21,5 +21,5 @@
    DataDictionaryCustom selectNextAgentLevelInfo(@Param("level") String agentLevel);
    DataDictionaryCustom selectDicDataByTypeAndCode(String type, String code);
    DataDictionaryCustom selectDicDataByTypeAndCode(@Param("type") String type, @Param("code") String code);
}