Commit 170571be by 徐高华

创建时间

parent a0d4296c
...@@ -677,6 +677,7 @@ public class GicOrderController { ...@@ -677,6 +677,7 @@ public class GicOrderController {
List<OrderProductRequest> productDTOS = new ArrayList<>(2); List<OrderProductRequest> productDTOS = new ArrayList<>(2);
productDTOS.add(productDTO); productDTOS.add(productDTO);
record.setProducts(productDTOS); record.setProducts(productDTOS);
record.setCreateTime(data.getCreateTime());
// 订单信息 // 订单信息
record.setAllCostIntegral(data.getAllCostIntegral()); record.setAllCostIntegral(data.getAllCostIntegral());
record.setPayCost(data.getPayCost()); record.setPayCost(data.getPayCost());
......
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