Commit 1f1b440f authored by suhuiguang's avatar suhuiguang

1.修改描述

parent 07dc5af1
...@@ -90,7 +90,7 @@ public class ShiftChangeController extends BaseController { ...@@ -90,7 +90,7 @@ public class ShiftChangeController extends BaseController {
* @return * @return
*/ */
@TycloudOperation(ApiLevel = UserType.AGENCY) @TycloudOperation(ApiLevel = UserType.AGENCY)
@ApiOperation(httpMethod = "GET", value = "交接班记录列表全部数据查询", notes = "交接班记录列表全部数据查询") @ApiOperation(httpMethod = "GET", value = "交接班记录列表查询-不分页", notes = "交接班记录列表数据查询-不分页")
@GetMapping(value = "/list") @GetMapping(value = "/list")
public ResponseModel selectForList() { public ResponseModel selectForList() {
return ResponseHelper.buildResponse(iShiftChangeService.queryForShiftChangeList()); return ResponseHelper.buildResponse(iShiftChangeService.queryForShiftChangeList());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment