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
a4fda1c0
Commit
a4fda1c0
authored
Jun 25, 2019
by
周健威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决合并冲突
parent
7a4f2601
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
80 deletions
+3
-80
PublicController.java
.../github/wxiaoqi/security/admin/rest/PublicController.java
+2
-1
VehiclePageQueryVo.java
...va/com/xxfc/platform/vehicle/pojo/VehiclePageQueryVo.java
+0
-78
VehicleDepartureLogMapper.xml
...r/src/main/resources/mapper/VehicleDepartureLogMapper.xml
+1
-1
No files found.
ace-modules/ace-admin/src/main/java/com/github/wxiaoqi/security/admin/rest/PublicController.java
View file @
a4fda1c0
package
com
.
github
.
wxiaoqi
.
security
.
admin
.
rest
;
import
com.github.wxiaoqi.security.admin.biz.AppUserDetailBiz
;
import
com.github.wxiaoqi.security.admin.biz.BaseUserMemberBiz
;
import
com.github.wxiaoqi.security.admin.biz.MenuBiz
;
import
com.github.wxiaoqi.security.admin.biz.UserBiz
;
import
com.github.wxiaoqi.security.admin.entity.AppUserDetail
;
...
...
@@ -78,7 +79,7 @@ public class PublicController {
Integer
userid
=
Integer
.
parseInt
(
username
);
//获取用户基础信息
AppUserVo
userVo
=
detailBiz
.
getUserInfoById
(
userid
);
if
(
user
==
null
)
{
if
(
user
Vo
==
null
)
{
throw
new
BaseException
(
ResultCode
.
NOTEXIST_CODE
);
}
BeanUtils
.
copyProperties
(
userDTO
,
userVo
);
...
...
xx-vehicle/xx-vehicle-api/src/main/java/com/xxfc/platform/vehicle/pojo/VehiclePageQueryVo.java
View file @
a4fda1c0
...
...
@@ -128,82 +128,4 @@ public class VehiclePageQueryVo {
*/
private
Integer
haveViolation
;
/**
* 所属大区
*/
private
Integer
zoneId
;
// public Integer getMileageRangeStart() {
// return mileageRangeStart;
// }
//
// public void setMileageRangeStart(Integer mileageRangeStart) {
// this.mileageRangeStart = mileageRangeStart;
// }
//
// public Integer getMileageRangeEnd() {
// return mileageRangeEnd;
// }
//
// public void setMileageRangeEnd(Integer mileageRangeEnd) {
// this.mileageRangeEnd = mileageRangeEnd;
// }
//
// public Integer getInsuranceCompany() {
// return insuranceCompany;
// }
//
// public void setInsuranceCompany(Integer insuranceCompany) {
// this.insuranceCompany = insuranceCompany;
// }
//
// public Date getInsuranceDateRangeStart() {
// return insuranceDateRangeStart;
// }
//
// public void setInsuranceDateRangeStart(Date insuranceDateRangeStart) {
// this.insuranceDateRangeStart = insuranceDateRangeStart;
// }
//
// public Date getInsuranceDateRangeEnd() {
// return insuranceDateRangeEnd;
// }
//
// public void setInsuranceDateRangeEnd(Date insuranceDateRangeEnd) {
// this.insuranceDateRangeEnd = insuranceDateRangeEnd;
// }
//
// public Date getaVRangeDateStart() {
// return aVRangeDateStart;
// }
//
// public void setaVRangeDateStart(Date aVRangeDateStart) {
// this.aVRangeDateStart = aVRangeDateStart;
// }
//
// public Date getaVRangeDateEnd() {
// return aVRangeDateEnd;
// }
//
// public void setaVRangeDateEnd(Date aVRangeDateEnd) {
// this.aVRangeDateEnd = aVRangeDateEnd;
// }
//
// public Date getmRangeDateStart() {
// return mRangeDateStart;
// }
//
// public void setmRangeDateStart(Date mRangeDateStart) {
// this.mRangeDateStart = mRangeDateStart;
// }
//
// public Date getmRangeDateEnd() {
// return mRangeDateEnd;
// }
//
// public void setmRangeDateEnd(Date mRangeDateEnd) {
// this.mRangeDateEnd = mRangeDateEnd;
// }
}
xx-vehicle/xx-vehicle-server/src/main/resources/mapper/VehicleDepartureLogMapper.xml
View file @
a4fda1c0
...
...
@@ -119,4 +119,4 @@
) t
</select>
</mapper>
\ No newline at end of file
</mapper>
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