Commit 8cf7b903 authored by 黎博's avatar 黎博

修改/api/message/get type=104

parent 7e6cf2e4
...@@ -432,7 +432,7 @@ public class OrderController { ...@@ -432,7 +432,7 @@ public class OrderController {
String afsOutlineValue = redisUtils.get(afsOutlineKey).toString(); String afsOutlineValue = redisUtils.get(afsOutlineKey).toString();
AfsOutlineRequest.AfsOutlineParam afsOutlineParam = JSON.parseObject(afsOutlineValue, AfsOutlineRequest.AfsOutlineParam.class); AfsOutlineRequest.AfsOutlineParam afsOutlineParam = JSON.parseObject(afsOutlineValue, AfsOutlineRequest.AfsOutlineParam.class);
Map<String, Object> map = new HashMap<>(); Map<String, Object> map = new HashMap<>();
map.put("id", RandomStringUtils.randomNumeric(4)); map.put("id", Long.valueOf(RandomStringUtils.randomNumeric(4)));
map.put("time", DateUtils.convertDate(new Date(), "yyyy-mm-dd hh:MM:ss")); map.put("time", DateUtils.convertDate(new Date(), "yyyy-mm-dd hh:MM:ss"));
map.put("type", 104); map.put("type", 104);
Map<String, Object> childMap = new HashMap<>(); Map<String, Object> childMap = new HashMap<>();
......
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