admin
2019-07-19 cbe9871d77e3586015f26d7e7c78d254bb8ec6f6
fanli/src/main/java/com/yeshi/fanli/util/factory/goods/CommonOrderFactory.java
@@ -89,6 +89,7 @@
      commonOrder.setThirdCreateTime(new Date(order.getOrder().getOrderTime()));
      commonOrder.setUpdateTime(new Date());
      commonOrder.setTradeId(order.getTradeId());
      commonOrder.setEstimate(order.getEstimateFee());
      return commonOrder;
   }