src/main/resources/mapper/modules/MallOrderInfoMapper.xml
@@ -112,6 +112,8 @@ <result column="del_flag" property="delFlag" /> <result column="deliver_type" property="deliverType" /> <result column="shop_id" property="shopId" /> <result column="score_amount" property="scoreAmount" /> <result column="score_cnt" property="scoreCnt" /> <collection property="items" ofType="cc.mrbird.febs.mall.entity.MallOrderItem"> <id property="id" column="item_id" /> <result property="orderId" column="order_id" />