Commit 5e84a79c authored by kongfm's avatar kongfm

接口测试修正

parent 735575bb
...@@ -68,7 +68,7 @@ import java.util.stream.Stream; ...@@ -68,7 +68,7 @@ import java.util.stream.Stream;
*/ */
@RestController @RestController
@Api(tags = "警情接警填报记录Api") @Api(tags = "警情接警填报记录Api")
@RequestMapping(value = "/tzs/alert-called") @RequestMapping(value = "/alert-called")
public class AlertCalledController extends BaseController { public class AlertCalledController extends BaseController {
@Autowired @Autowired
......
...@@ -34,7 +34,7 @@ import org.typroject.tyboot.core.restful.utils.ResponseModel; ...@@ -34,7 +34,7 @@ import org.typroject.tyboot.core.restful.utils.ResponseModel;
*/ */
@RestController @RestController
@Api(tags = "派遣单Api") @Api(tags = "派遣单Api")
@RequestMapping(value = "/tzs/dispatch-paper") @RequestMapping(value = "/dispatch-paper")
public class DispatchPaperController extends BaseController { public class DispatchPaperController extends BaseController {
@Autowired @Autowired
......
...@@ -34,7 +34,7 @@ import io.swagger.annotations.ApiOperation; ...@@ -34,7 +34,7 @@ import io.swagger.annotations.ApiOperation;
*/ */
@RestController @RestController
@Api(tags = "派遣任务Api") @Api(tags = "派遣任务Api")
@RequestMapping(value = "/tzs/dispatch-task") @RequestMapping(value = "/dispatch-task")
public class DispatchTaskController extends BaseController { public class DispatchTaskController extends BaseController {
@Autowired @Autowired
......
...@@ -35,7 +35,7 @@ import java.util.List; ...@@ -35,7 +35,7 @@ import java.util.List;
*/ */
@RestController @RestController
@Api(tags = "处置过程Api") @Api(tags = "处置过程Api")
@RequestMapping(value = "/tzs/repair-consult") @RequestMapping(value = "/repair-consult")
public class RepairConsultController extends BaseController { public class RepairConsultController extends BaseController {
@Autowired @Autowired
......
...@@ -34,7 +34,7 @@ import io.swagger.annotations.ApiOperation; ...@@ -34,7 +34,7 @@ import io.swagger.annotations.ApiOperation;
*/ */
@RestController @RestController
@Api(tags = "救援过程表Api") @Api(tags = "救援过程表Api")
@RequestMapping(value = "/tzs/rescue-process") @RequestMapping(value = "/rescue-process")
public class RescueProcessController extends BaseController { public class RescueProcessController extends BaseController {
@Autowired @Autowired
......
...@@ -32,7 +32,7 @@ import java.util.List; ...@@ -32,7 +32,7 @@ import java.util.List;
*/ */
@RestController @RestController
@Api(tags = "模板表Api") @Api(tags = "模板表Api")
@RequestMapping(value = "/tzs/template") @RequestMapping(value = "/template")
public class TemplateController extends BaseController { public class TemplateController extends BaseController {
@Autowired @Autowired
......
package com.yeejoin.amos.boot.module.tzs.biz.controller; package com.yeejoin.amos.boot.module.tzs.biz.controller;
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.yeejoin.amos.boot.biz.common.controller.BaseController; import com.yeejoin.amos.boot.biz.common.controller.BaseController;
import com.yeejoin.amos.boot.biz.common.utils.DateUtils; import com.yeejoin.amos.boot.biz.common.utils.DateUtils;
import com.yeejoin.amos.boot.module.tzs.api.dto.AlertCalledFormDto; import com.yeejoin.amos.boot.module.tzs.api.dto.AlertCalledFormDto;
...@@ -39,7 +38,7 @@ import java.util.UUID; ...@@ -39,7 +38,7 @@ import java.util.UUID;
*/ */
@RestController @RestController
@Api(tags = "通话记录附件Api") @Api(tags = "通话记录附件Api")
@RequestMapping(value = "/tzs/voice-record-file") @RequestMapping(value = "/voice-record-file")
public class VoiceRecordFileController extends BaseController { public class VoiceRecordFileController extends BaseController {
@Autowired @Autowired
......
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