gc-user/src/main/java/com/xzx/gc/user/service/UserService.java
@@ -862,7 +862,7 @@ map.put("money", DoubleUtil.roundTwo(map.get("money").toString())); map.put("score", DoubleUtil.roundTwo(map.get("score").toString())); map.put("weight", DoubleUtil.roundThree(map.get("weight").toString())); map.put("name", map.get("name").toString()); map.put("name", (map.get("name")==null?"":m.get("name")).toString()); map.put("createtime", map.get("createTime").toString()); } m.put("orderList", odlist);