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
f805f68c
Commit
f805f68c
authored
Jun 05, 2019
by
hezhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改车辆管理
parent
d5e24e94
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
UserBiz.java
...n/java/com/github/wxiaoqi/security/admin/biz/UserBiz.java
+5
-1
VehicleMapper.xml
vehicle/src/main/resources/mapper/VehicleMapper.xml
+2
-1
No files found.
ace-modules/ace-admin/src/main/java/com/github/wxiaoqi/security/admin/biz/UserBiz.java
View file @
f805f68c
...
@@ -110,6 +110,10 @@ public class UserBiz extends BaseBiz<UserMapper,User> {
...
@@ -110,6 +110,10 @@ public class UserBiz extends BaseBiz<UserMapper,User> {
}
}
public
User
getUserByUid
(
Integer
toUid
){
public
User
getUserByUid
(
Integer
toUid
){
return
mapper
.
getUserByUid
(
toUid
);
User
user
=
mapper
.
getUserByUid
(
toUid
);
if
(
user
!=
null
){
user
=
mapper
.
selectByPrimaryKey
(
user
.
getId
());
}
return
user
;
}
}
}
}
vehicle/src/main/resources/mapper/VehicleMapper.xml
View file @
f805f68c
...
@@ -145,7 +145,8 @@
...
@@ -145,7 +145,8 @@
v.engine_num,
v.engine_num,
v.manufacturer,
v.manufacturer,
v.receive_time,
v.receive_time,
v.update_time
v.update_time,
v.mileage_last_update as mileage
<if
test=
" yearMonthAndParam !=null "
>
<if
test=
" yearMonthAndParam !=null "
>
,vbi.booked_date
,vbi.booked_date
</if>
</if>
...
...
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