This commit is contained in:
苏竹红
2024-04-09 17:13:27 +08:00
parent 902905e2ea
commit f9e69f7014
4 changed files with 5 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ public class OpenAreaController {
@PostMapping(path = "/changeOpenAreaStatus")
@ApiOperation("变更开放区域状态")
public ResponseResult<Boolean> changeOpenAreaStatus(@RequestBody OpenAreaRequest openAreaRequest){
String userId = "";
String userId = CurrentUserHolder.getUserId();
return ResponseResult.success(openAreaService.batchUpdate( userId, openAreaRequest));
}

View File

@@ -1,5 +1,5 @@
spring.application.name=hsay-partner-web
spring.profiles.active=@profileActive@
spring.profiles.active=test
server.port=40000
server.servlet.context-path=/xfsg