开发OTA备案工具-导入导出

This commit is contained in:
高嵩
2023-03-27 00:46:37 +08:00
parent 5b71d6d19d
commit 74b8efa197
8 changed files with 297 additions and 94 deletions
@@ -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;
}