|
@@ -51,7 +51,11 @@
|
|
|
|
|
|
|
|
<sql id="Base_Column_List">
|
|
<sql id="Base_Column_List">
|
|
|
<!--generatedStart-->
|
|
<!--generatedStart-->
|
|
|
- id, del_flag, update_time, update_user, create_time, create_user, user_id, order_code, store_id, type_flag, product_id, product_name, down_payment, unit_price, quantity, off_price, coupon_price, total_price, deal_price, pay_mode, pay_time, remark, show_flag, status_flag, fee, coin, point, cash, user_address_id, service_id, message, use_type, order_id, tail_money, book_photo_time, photo_time, book_select_time, select_time, book_check_time, check_time, book_access_time, access_time, comment_time <!--generatedEnd-->
|
|
|
|
|
|
|
+ id, del_flag, update_time, update_user, create_time, create_user, user_id, order_code, store_id, type_flag,
|
|
|
|
|
+ product_id, product_name, down_payment, unit_price, quantity, off_price, coupon_price, total_price, deal_price,
|
|
|
|
|
+ pay_mode, pay_time, remark, show_flag, status_flag, fee, coin, point, cash, user_address_id, service_id,
|
|
|
|
|
+ message, use_type, order_id, tail_money, book_photo_time, photo_time, book_select_time, select_time,
|
|
|
|
|
+ book_check_time, check_time, book_access_time, access_time, comment_time <!--generatedEnd-->
|
|
|
</sql>
|
|
</sql>
|
|
|
|
|
|
|
|
<select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.Integer">
|
|
<select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.Integer">
|
|
@@ -480,6 +484,9 @@
|
|
|
<if test="idStr != null and !"".equals(idStr)">
|
|
<if test="idStr != null and !"".equals(idStr)">
|
|
|
id IN (${idStr})
|
|
id IN (${idStr})
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="orderId != null and !"".equals(orderId)">
|
|
|
|
|
+ AND order_id = #{orderId}
|
|
|
|
|
+ </if>
|
|
|
</update>
|
|
</update>
|
|
|
|
|
|
|
|
<select id="queryUserOrderDetailByPage" parameterType="java.util.Map"
|
|
<select id="queryUserOrderDetailByPage" parameterType="java.util.Map"
|
|
@@ -1092,7 +1099,6 @@
|
|
|
<resultMap id="AllInfoForGetOne" type="com.izouma.awesomeadmin.model.UserOrderDetail" extends="BaseResultMap">
|
|
<resultMap id="AllInfoForGetOne" type="com.izouma.awesomeadmin.model.UserOrderDetail" extends="BaseResultMap">
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
|
<association property="productInfo"
|
|
<association property="productInfo"
|
|
|
javaType="com.izouma.awesomeadmin.model.ProductInfo"
|
|
javaType="com.izouma.awesomeadmin.model.ProductInfo"
|
|
|
select="com.izouma.awesomeadmin.dao.ProductInfoMapper.queryProductInfo"
|
|
select="com.izouma.awesomeadmin.dao.ProductInfoMapper.queryProductInfo"
|