bug fix
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<mapper namespace="com.peanut.modules.book.dao.BuyOrderDao">
|
||||
|
||||
<!-- 可根据自己的需求,是否要使用 -->
|
||||
<resultMap type="com.peanut.modules.book.entity.BuyOrderEntity" id="buyOrderMap">
|
||||
<resultMap type="com.peanut.modules.book.entity.BuyOrder" id="buyOrderMap">
|
||||
<result property="orderId" column="order_id" />
|
||||
<result property="orderSn" column="order_sn" />
|
||||
<result property="userId" column="user_id" />
|
||||
@@ -51,7 +51,7 @@
|
||||
|
||||
<!-- </resultMap>-->
|
||||
|
||||
<select id="queryListByOrderIds" resultType="com.peanut.modules.book.entity.BuyOrderEntity">
|
||||
<select id="queryListByOrderIds" resultType="com.peanut.modules.book.entity.BuyOrder">
|
||||
select
|
||||
*,
|
||||
buy_order_detail.order_id,
|
||||
|
||||
Reference in New Issue
Block a user