fix
Helius
2021-09-26 c7d886f5fbb50017817786a29eecc4e979edc3a5
fix
1 files modified
2 ■■■ changed files
src/main/java/cc/mrbird/febs/mall/mapper/DataDictionaryCustomMapper.java 2 ●●● patch | view | raw | blame | history
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);
}