%@ page contentType="text/html; charset=UTF-8" language="java" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
${requestScope.msg}
订单编号 | 用户ID | 订单日期 | 总金额 | 地址 | 商品信息 | 状态 |
---|---|---|---|---|---|---|
${order.id} | ${order.userId} | ${order.orderDate} | ${order.totalPrice} | ${order.address} | ${order.remark} | ${order.status} |