fix: 触控交互
This commit is contained in:
parent
5be7f81924
commit
8065faebcb
@ -40,7 +40,7 @@ public class TiVehicleFunctionServiceImpl extends ServiceImpl<TiVehicleFunctionM
|
|||||||
@Override
|
@Override
|
||||||
public JSONObject selectTiVehicleFunctionDetailById(Long id) {
|
public JSONObject selectTiVehicleFunctionDetailById(Long id) {
|
||||||
JSONObject jsonObject = JSONObject.from(this.getById(id));
|
JSONObject jsonObject = JSONObject.from(this.getById(id));
|
||||||
jsonObject.put("funcName", id== 26 ? "首页" : "设置");
|
jsonObject.put("funcName", sysDictDataService.selectDictLabel("ti_function_config", jsonObject.getString("funcKey")));
|
||||||
return jsonObject;
|
return jsonObject;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user