Commit e666d5b3 authored by jiaorz's avatar jiaorz

订单详情修改

parent d387408e
...@@ -23,4 +23,6 @@ public class OrderActivityVo extends OrderActiveDetail { ...@@ -23,4 +23,6 @@ public class OrderActivityVo extends OrderActiveDetail {
//单价 //单价
private BigDecimal goodsAmount; private BigDecimal goodsAmount;
private String image;
} }
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<mapper namespace="com.xxfc.platform.order.mapper.OrderActiveDetailMapper" > <mapper namespace="com.xxfc.platform.order.mapper.OrderActiveDetailMapper" >
<select id="getAllActivityOrder" resultType="com.xxfc.platform.order.pojo.vo.OrderActivityVo"> <select id="getAllActivityOrder" resultType="com.xxfc.platform.order.pojo.vo.OrderActivityVo">
select oad.*, bo.no as orderNo,bo.user_id, bo.goods_amount, bo.real_amount, bo.`status`, bo.crt_time as orderTime from order_active_detail oad select oad.*, bo.picture as image, bo.no as orderNo,bo.user_id, bo.goods_amount, bo.real_amount, bo.`status`, bo.crt_time as orderTime from order_active_detail oad
LEFT JOIN base_order bo on bo.id = oad.order_id LEFT JOIN base_order bo on bo.id = oad.order_id
<where> <where>
<if test="oneNo != null and oneNo != ''"> <if test="oneNo != null and oneNo != ''">
......
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