fixed 根据项目ID查询所属组织标识

This commit is contained in:
xxq250 2025-05-20 09:59:27 +08:00
parent a78c9c2b5d
commit f96ae2ce8f
1 changed files with 2 additions and 2 deletions

View File

@ -162,9 +162,9 @@ public class PmsEnterpriseController extends BaseController
}
/**
* 通过组织标识获取工作台访问地址未开通返回null
* 根据项目ID查询所属组织标识
*/
@GetMapping("/getEnterpriseIdentifierByProjectId")
@GetMapping("/getEnterpriseIdentifierByProjectId/{projectId}")
@ApiOperation(value = "通过组织标识获取工作台访问地址未开通返回null")
public GenericsAjaxResult<String> getEnterpriseIdentifierByProjectId(
@ApiParam(name = "projectId", value = "项目Id") @PathVariable Long projectId) {