...
|
...
|
@@ -9,10 +9,11 @@ |
|
|
<result column="goods_price" property="goodsPrice" jdbcType="DECIMAL" />
|
|
|
<result column="goods_amount" property="goodsAmount" jdbcType="DECIMAL" />
|
|
|
<result column="coupon_cut_amount" property="couponCutAmount" jdbcType="DECIMAL" />
|
|
|
<result column="activity_cut_amount" property="activityCutAmount" jdbcType="DECIMAL" />
|
|
|
</resultMap>
|
|
|
|
|
|
<sql id="Base_Column_List">
|
|
|
id, uid, order_code, skup, goods_price, goods_amount, coupon_cut_amount
|
|
|
id, uid, order_code, skup, goods_price, goods_amount, coupon_cut_amount,activity_cut_amount
|
|
|
</sql>
|
|
|
|
|
|
<select id="selectById" resultMap="BaseResultMap">
|
...
|
...
|
|