Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
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
项目统一框架
amos-boot-biz
Commits
24d9e43f
Commit
24d9e43f
authored
Aug 21, 2024
by
张森
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
扫描漏洞修改
parent
6ed04012
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 addition
and
12 deletions
+1
-12
HttpUtil.java
...n/java/com/yeejoin/equipmanage/common/utils/HttpUtil.java
+0
-0
HttpUtils.java
.../java/com/yeejoin/equipmanage/common/utils/HttpUtils.java
+0
-0
WlCarMileageController.java
...eejoin/equipmanage/controller/WlCarMileageController.java
+1
-11
IWlCarMileageService.java
...com/yeejoin/equipmanage/service/IWlCarMileageService.java
+0
-1
WlCarMileageServiceImpl.java
...oin/equipmanage/service/impl/WlCarMileageServiceImpl.java
+0
-0
No files found.
amos-boot-module/amos-boot-module-api/amos-boot-module-equip-api/src/main/java/com/yeejoin/equipmanage/common/utils/HttpUtil.java
deleted
100644 → 0
View file @
6ed04012
This diff is collapsed.
Click to expand it.
amos-boot-module/amos-boot-module-api/amos-boot-module-equip-api/src/main/java/com/yeejoin/equipmanage/common/utils/HttpUtils.java
deleted
100644 → 0
View file @
6ed04012
This diff is collapsed.
Click to expand it.
amos-boot-module/amos-boot-module-biz/amos-boot-module-equip-biz/src/main/java/com/yeejoin/equipmanage/controller/WlCarMileageController.java
View file @
24d9e43f
...
@@ -231,17 +231,7 @@ public class WlCarMileageController {
...
@@ -231,17 +231,7 @@ public class WlCarMileageController {
}
}
/**
* 获取轨迹
*
* @return
*/
@RequestMapping
(
value
=
"/travel"
,
method
=
RequestMethod
.
GET
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"获取轨迹"
,
notes
=
"获取轨迹"
)
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
public
List
<
Coordinate
>
travel
(
long
id
)
{
return
iWlCarMileageService
.
getCoordinateList
(
id
);
}
/**
/**
* 获取日历
* 获取日历
...
...
amos-boot-module/amos-boot-module-biz/amos-boot-module-equip-biz/src/main/java/com/yeejoin/equipmanage/service/IWlCarMileageService.java
View file @
24d9e43f
...
@@ -21,7 +21,6 @@ public interface IWlCarMileageService extends IService<WlCarMileage> {
...
@@ -21,7 +21,6 @@ public interface IWlCarMileageService extends IService<WlCarMileage> {
Double
totalMileage
(
String
iotCode
);
Double
totalMileage
(
String
iotCode
);
List
<
Coordinate
>
getCoordinateList
(
long
id
);
Map
<
String
,
Boolean
>
getCalender
(
long
id
,
Date
date
);
Map
<
String
,
Boolean
>
getCalender
(
long
id
,
Date
date
);
...
...
amos-boot-module/amos-boot-module-biz/amos-boot-module-equip-biz/src/main/java/com/yeejoin/equipmanage/service/impl/WlCarMileageServiceImpl.java
View file @
24d9e43f
This diff is collapsed.
Click to expand it.
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