开发OTA备案工具-导入导出
This commit is contained in:
+1
-1
@@ -443,7 +443,7 @@ public class SysDictServiceImpl extends ServiceImpl<SysDictMapper, SysDict> impl
|
||||
@Override
|
||||
public String queryDictItemByValue(String code, String itemValue, String cut) {
|
||||
|
||||
String dictItemValue= sysDictMapper.queryDictTextByKey(code,itemValue);
|
||||
String dictItemValue= sysDictMapper.queryDictKeyByText(code,itemValue);
|
||||
return dictItemValue;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user