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
f801100d
Commit
f801100d
authored
Sep 15, 2020
by
周健威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复合并
parent
9bc6e59e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
VehicleFeign.java
...in/java/com/xxfc/platform/vehicle/feign/VehicleFeign.java
+0
-4
No files found.
xx-vehicle/xx-vehicle-api/src/main/java/com/xxfc/platform/vehicle/feign/VehicleFeign.java
View file @
f801100d
...
...
@@ -225,10 +225,6 @@ public interface VehicleFeign {
@GetMapping
(
"/branchCompany/compnays_area"
)
public
List
<
BranchCompanyAreaDTO
>
findBranchCompnayAreaByIds
(
@RequestParam
(
"companyIds"
)
List
<
Integer
>
compnayIds
);
@GetMapping
(
value
=
"/vehicleHolidayPriceInfo/getByVehicleIdFeign"
)
public
ObjectRestResponse
<
List
<
VehicleModelCalendarPriceDTO
>>
getByVehicleIdFeign
(
@RequestParam
(
"vehicleId"
)
String
vehicleId
,
@RequestParam
(
"startDate"
)
String
startDate
,
@RequestParam
(
"endDate"
)
String
endDate
,
@RequestParam
(
"userId"
)
Integer
userId
,
@RequestParam
(
"companyId"
)
Integer
companyId
);
@ApiOperation
(
"列表"
)
@RequestMapping
(
value
=
"company/info/app/unauth/listByIds"
,
method
=
RequestMethod
.
POST
)
ObjectRestResponse
<
List
<
CompanyInfo
>>
listByIds
(
@RequestBody
CompanyInfoFindDTO
companyInfoFindDTO
);
...
...
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