flow
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
<result property="paymentDate" column="payment_date" />
|
||||
|
||||
|
||||
<collection property="products" ofType="com.peanut.modules.book.entity.BuyOrderDetailEntity">
|
||||
<collection property="products" ofType="com.peanut.modules.book.entity.BuyOrderDetail">
|
||||
<result property="orderId" column="order_id" />
|
||||
<result property="productName" column="product_name" />
|
||||
<result property="quantity" column="quantity" />
|
||||
@@ -47,7 +47,7 @@
|
||||
</collection>
|
||||
</resultMap>
|
||||
|
||||
<!-- <resultMap id="OrderDetailResult" type="com.peanut.modules.book.entity.BuyOrderDetailEntity">-->
|
||||
<!-- <resultMap id="OrderDetailResult" type="com.peanut.modules.book.entity.BuyOrderDetail">-->
|
||||
|
||||
<!-- </resultMap>-->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user