| | |
| | | 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); |
| | |
| | | '0' score, |
| | | a.address address, |
| | | ifnull(sum(d.weight), 0) weight, |
| | | e. NAME NAME, |
| | | e.NAME NAME, |
| | | a.create_time createTime |
| | | FROM |
| | | xzx_order_info a |