字段名修改
This commit is contained in:
@@ -534,7 +534,7 @@ public class OrderService {
|
|||||||
map.put("detailList", dataList);
|
map.put("detailList", dataList);
|
||||||
map.put("orderInfo", orderInfo);
|
map.put("orderInfo", orderInfo);
|
||||||
map.putAll(BeanUtil.beanToMap(orderVo, false, false));
|
map.putAll(BeanUtil.beanToMap(orderVo, false, false));
|
||||||
map.put("createAt", DateUtil.formatDateTime(DateUtil.date(orderInfo.getCreatedAt())));
|
map.put("createdAt", DateUtil.formatDateTime(DateUtil.date(orderInfo.getCreatedAt())));
|
||||||
map.put("paidTime", orderInfo.getPaidTime() == null ? null : DateUtil.formatDateTime(DateUtil.date(orderInfo.getPaidTime())));
|
map.put("paidTime", orderInfo.getPaidTime() == null ? null : DateUtil.formatDateTime(DateUtil.date(orderInfo.getPaidTime())));
|
||||||
return map;
|
return map;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user