|
@@ -42,6 +42,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="payPrice" column="pay_price"/>
|
|
<result property="payPrice" column="pay_price"/>
|
|
|
<result property="chargingType" column="charging_type"/>
|
|
<result property="chargingType" column="charging_type"/>
|
|
|
<result property="orderFrom" column="order_from"/>
|
|
<result property="orderFrom" column="order_from"/>
|
|
|
|
|
+ <result property="status" column="status"/>
|
|
|
|
|
|
|
|
<result property="goodsName" column="goods_name"/>
|
|
<result property="goodsName" column="goods_name"/>
|
|
|
<result property="goodsId" column="goods_id"/>
|
|
<result property="goodsId" column="goods_id"/>
|