Commit 5131349e authored by 韩桐桐's avatar 韩桐桐

fix(tcm):bug修改

parent c7fc748f
...@@ -192,7 +192,7 @@ public class TzsUserInfoController extends BaseController { ...@@ -192,7 +192,7 @@ public class TzsUserInfoController extends BaseController {
@GetMapping(value = "/getUserType") @GetMapping(value = "/getUserType")
@ApiOperation(httpMethod = "GET", value = "根据单位类型获取人员类型", notes = "根据单位类型获取人员类型") @ApiOperation(httpMethod = "GET", value = "根据单位类型获取人员类型", notes = "根据单位类型获取人员类型")
public ResponseModel<List<Map<String, Object>>> getUserType(@RequestParam(value = "unitType") String unitType, public ResponseModel<List<Map<String, Object>>> getUserType(@RequestParam(value = "unitType") String unitType,
@RequestParam(value = "formType") String formType) { @RequestParam(value = "formType", defaultValue = "add") String formType) {
return ResponseHelper.buildResponse(tzsUserInfoService.getUserType(unitType, formType)); return ResponseHelper.buildResponse(tzsUserInfoService.getUserType(unitType, formType));
} }
......
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