| | |
| | | .eq(OrderGood::getOrderId, orderId)); |
| | | |
| | | |
| | | String expressJson = tOrder.getExpressJson(); |
| | | JSONObject jsonObject = JSONObject.parseObject(expressJson); |
| | | String com = jsonObject.getString("com"); |
| | | String num = jsonObject.getString("num"); |
| | | |
| | | |
| | | |
| | | |
| | | Order order = new Order(); |
| | | order.setDelivery_mode(1); |
| | |
| | | Goods goods = JSONObject.parseObject(goodJson, Goods.class); |
| | | String name = goods.getName(); |
| | | Shipping shipping = new Shipping(); |
| | | shipping.setTracking_no(num); |
| | | shipping.setExpress_company(com); |
| | | shipping.setItem_desc(name + "*" + orderGoodNum); |
| | | String phone = maskPhoneNumber(shop.getPhone()); |
| | | Contact contact = new Contact(); |