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
c21a500e
Commit
c21a500e
authored
Nov 01, 2021
by
chenhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除对于的对外接口
parent
e8ae0f64
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
DutyCarController.java
.../boot/module/common/biz/controller/DutyCarController.java
+0
-13
No files found.
amos-boot-module/amos-boot-module-biz/amos-boot-module-common-biz/src/main/java/com/yeejoin/amos/boot/module/common/biz/controller/DutyCarController.java
View file @
c21a500e
...
@@ -27,7 +27,6 @@ import com.baomidou.mybatisplus.core.metadata.IPage;
...
@@ -27,7 +27,6 @@ import com.baomidou.mybatisplus.core.metadata.IPage;
import
com.yeejoin.amos.boot.biz.common.controller.BaseController
;
import
com.yeejoin.amos.boot.biz.common.controller.BaseController
;
import
com.yeejoin.amos.boot.module.common.api.dto.DutyCarDto
;
import
com.yeejoin.amos.boot.module.common.api.dto.DutyCarDto
;
import
com.yeejoin.amos.boot.module.common.api.service.IDutyCarService
;
import
com.yeejoin.amos.boot.module.common.api.service.IDutyCarService
;
import
com.yeejoin.amos.boot.module.common.biz.service.impl.DutyCarServiceImpl
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.ApiOperation
;
import
io.swagger.annotations.ApiOperation
;
...
@@ -47,9 +46,6 @@ public class DutyCarController extends BaseController {
...
@@ -47,9 +46,6 @@ public class DutyCarController extends BaseController {
@Autowired
@Autowired
IDutyCarService
iDutyCarService
;
IDutyCarService
iDutyCarService
;
@Autowired
DutyCarServiceImpl
dutyCarServiceImpl
;
/**
/**
* 值班列表视图--分页
* 值班列表视图--分页
...
@@ -168,12 +164,4 @@ public class DutyCarController extends BaseController {
...
@@ -168,12 +164,4 @@ public class DutyCarController extends BaseController {
@ApiParam
(
value
=
"岗位"
)
@RequestParam
(
required
=
false
)
String
postType
){
@ApiParam
(
value
=
"岗位"
)
@RequestParam
(
required
=
false
)
String
postType
){
return
ResponseHelper
.
buildResponse
(
iDutyCarService
.
getSchedulingDutyForSpecifyDate
(
dutyDay
,
shiftId
,
postType
));
return
ResponseHelper
.
buildResponse
(
iDutyCarService
.
getSchedulingDutyForSpecifyDate
(
dutyDay
,
shiftId
,
postType
));
}
}
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
"查询指定日期值班人信息列表"
)
@GetMapping
(
"/getDutyCarCount"
)
public
ResponseModel
getDutyCarCount
(
@ApiParam
(
value
=
"车辆id"
)
@RequestParam
(
required
=
false
)
String
carId
){
return
ResponseHelper
.
buildResponse
(
dutyCarServiceImpl
.
getDutyCarCount
(
carId
));
}
}
}
\ No newline at end of file
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