Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
youjj
cloud-platform
Commits
010cf6dc
Commit
010cf6dc
authored
Jan 07, 2021
by
hezhen
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master-tiande' into dev-tiande
parents
5b6c5843
3b9e2a30
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
OrderPageVO.java
.../java/com/xxfc/platform/order/pojo/order/OrderPageVO.java
+2
-0
BaseOrderMapper.xml
...rder-server/src/main/resources/mapper/BaseOrderMapper.xml
+1
-1
No files found.
xx-order/xx-order-api/src/main/java/com/xxfc/platform/order/pojo/order/OrderPageVO.java
View file @
010cf6dc
...
...
@@ -19,6 +19,8 @@ public class OrderPageVO extends BaseOrder {
OrderMemberDetail
orderMemberDetail
;
OrderActiveDetail
orderActiveDetail
;
OrderActivityDetail
orderActivityDetail
;
List
<
VehicleUserLicense
>
vehicleUserLicenses
;
//更换还车公司记录
...
...
xx-order/xx-order-server/src/main/resources/mapper/BaseOrderMapper.xml
View file @
010cf6dc
...
...
@@ -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.OrderActivityDetailMapper
r
.selectByPrimaryKey"
select=
"com.xxfc.platform.order.mapper.OrderActivityDetailMapper.selectByPrimaryKey"
javaType=
"com.xxfc.platform.order.entity.OrderActivityDetail"
></association>
</case>
</discriminator>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment