Commit 05964839 authored by hongguangwu's avatar hongguangwu

1.7.21-法大大试用期默认值

parent ca4c8dd6
...@@ -90,7 +90,7 @@ public class TFascTemplateController { ...@@ -90,7 +90,7 @@ public class TFascTemplateController {
*/ */
@Operation(summary = "获取签署方的下拉框,模糊搜索,去重,皖信放第一位", description = "获取签署方的下拉框,模糊搜索,去重,皖信放第一位") @Operation(summary = "获取签署方的下拉框,模糊搜索,去重,皖信放第一位", description = "获取签署方的下拉框,模糊搜索,去重,皖信放第一位")
@GetMapping("/getSignNameList") @GetMapping("/getSignNameList")
public R<List<String>> getSignNameList(@RequestParam String signName) { public R<List<String>> getSignNameList(@RequestParam(required = false) String signName) {
return R.ok(tFascTemplateService.getSignNameList(signName)); return R.ok(tFascTemplateService.getSignNameList(signName));
} }
......
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