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
5a9af981
Commit
5a9af981
authored
Sep 21, 2019
by
libin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
小程序车辆申请
parent
21d1793d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
VehicleUserReserveVo.java
...m/xxfc/platform/vehicle/pojo/vo/VehicleUserReserveVo.java
+5
-0
VehicleUserReserveMapper.xml
...er/src/main/resources/mapper/VehicleUserReserveMapper.xml
+2
-1
No files found.
xx-vehicle/xx-vehicle-api/src/main/java/com/xxfc/platform/vehicle/pojo/vo/VehicleUserReserveVo.java
View file @
5a9af981
...
@@ -26,4 +26,9 @@ public class VehicleUserReserveVo extends VehicleUserReserve {
...
@@ -26,4 +26,9 @@ public class VehicleUserReserveVo extends VehicleUserReserve {
*/
*/
private
String
arrivalCompanyName
;
private
String
arrivalCompanyName
;
private
String
arrivalcompanyAddress
;
private
String
arrivalcompanyAddress
;
/**
* 车辆图片
*/
private
String
vehiclePic
;
}
}
xx-vehicle/xx-vehicle-server/src/main/resources/mapper/VehicleUserReserveMapper.xml
View file @
5a9af981
...
@@ -25,7 +25,8 @@
...
@@ -25,7 +25,8 @@
r.crt_time AS crtTime,
r.crt_time AS crtTime,
r.upd_time AS updTime,
r.upd_time AS updTime,
r.`status`,
r.`status`,
m.`name` AS modelName
m.`name` AS modelName,
m.`cover_pic` AS `vehiclePic`
FROM
FROM
vehicle_user_reserve r
vehicle_user_reserve r
LEFT JOIN vehicle_model m ON r.mode_id = m.id
LEFT JOIN vehicle_model m ON r.mode_id = m.id
...
...
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