update
This commit is contained in:
@@ -24,7 +24,7 @@ public class EnterpriseUserController {
|
||||
|
||||
@ApiOperation("获取开发主管")
|
||||
@GetMapping("/getDevelopmentDirectorList")
|
||||
public ResponseResult getDevelopmentDirectorList(@RequestParam("wantShopArea") String wantShopArea){
|
||||
public ResponseResult getDevelopmentDirectorList(@RequestParam(value = "wantShopArea",required = false) String wantShopArea){
|
||||
return ResponseResult.success(enterpriseUserService.getDevelopmentDirectorList(wantShopArea));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user