Commit 84a483a4 by qwmqiuwenmin

fix

parent 29ee2a85
......@@ -566,7 +566,7 @@ public class MessageApiServiceImpl implements MessageApiService {
String value = map.get(key);
ItemDTO dto = new ItemDTO();
dto.setKey(key);
dto.setKey(value);
dto.setValue(value);
items.add(dto);
}
return items;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment