Commit 3b9e2a30 authored by hezhen's avatar hezhen

123

parent 632e7e1a
......@@ -19,6 +19,8 @@ public class OrderPageVO extends BaseOrder {
OrderMemberDetail orderMemberDetail;
OrderActiveDetail orderActiveDetail;
OrderActivityDetail orderActivityDetail;
List<VehicleUserLicense> vehicleUserLicenses;
//更换还车公司记录
......
......@@ -24,7 +24,7 @@
<case value="4" resultType="com.xxfc.platform.order.pojo.order.OrderPageVO">
<association column="detail_id" property="orderActivityDetail"
select="com.xxfc.platform.order.mapper.OrderActivityDetailMapperr.selectByPrimaryKey"
select="com.xxfc.platform.order.mapper.OrderActivityDetailMapper.selectByPrimaryKey"
javaType="com.xxfc.platform.order.entity.OrderActivityDetail"></association>
</case>
</discriminator>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment