Commit e9183a18 authored by suhuiguang's avatar suhuiguang

1.启动大小写错误报错修改

parent b016ec02
......@@ -106,7 +106,7 @@ public class JyjcInspectionResultController extends BaseController {
*/
@TycloudOperation(ApiLevel = UserType.AGENCY)
@PostMapping(value = "/applicationUnitPage")
@ApiOperation(httpMethod = "Post", value = "列表页面(报检单位)", notes = "列表页面(报检单位)")
@ApiOperation(httpMethod = "POST", value = "列表页面(报检单位)", notes = "列表页面(报检单位)")
public ResponseModel<Page<JyjcInspectionResultModel>> applicationUnitQueryForPage(
@RequestParam int current, @RequestParam int size,
@RequestBody JyjcInspectionResultModel model) {
......
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