ifApp加上默认值
This commit is contained in:
parent
0bb3fe2a16
commit
b41ec206ac
@ -80,7 +80,7 @@ public class DlRepairTicketsController {
|
||||
**/
|
||||
@GetMapping("/get")
|
||||
@Operation(summary = "查看一个工单的详细信息")
|
||||
public CommonResult<?> getTicketsById(@RequestParam("id") String id,@RequestParam(required = false,value = "ifApp")Boolean ifApp) {
|
||||
public CommonResult<?> getTicketsById(@RequestParam("id") String id,@RequestParam(required = false, value = "ifApp", defaultValue = "false")Boolean ifApp) {
|
||||
return success(dlRepairTicketsService.getTicketsById(id,ifApp));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user