|
@@ -62,6 +62,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="receivingAddress" column="receiving_address"/>
|
|
|
<result property="receivingName" column="receiving_name"/>
|
|
|
<result property="receivingTel" column="receiving_tel"/>
|
|
|
+ <result property="idCard" column="id_card"/>
|
|
|
+ <result property="realname" column="realname"/>
|
|
|
<collection property="orderList" column="invoice_id" select="findOrderList"/>
|
|
|
</resultMap>
|
|
|
|