fixed 根据项目ID查询所属组织标识
This commit is contained in:
parent
a78c9c2b5d
commit
f96ae2ce8f
|
@ -162,9 +162,9 @@ public class PmsEnterpriseController extends BaseController
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 通过组织标识获取工作台访问地址(未开通返回null)
|
* 根据项目ID查询所属组织标识
|
||||||
*/
|
*/
|
||||||
@GetMapping("/getEnterpriseIdentifierByProjectId")
|
@GetMapping("/getEnterpriseIdentifierByProjectId/{projectId}")
|
||||||
@ApiOperation(value = "通过组织标识获取工作台访问地址(未开通返回null)")
|
@ApiOperation(value = "通过组织标识获取工作台访问地址(未开通返回null)")
|
||||||
public GenericsAjaxResult<String> getEnterpriseIdentifierByProjectId(
|
public GenericsAjaxResult<String> getEnterpriseIdentifierByProjectId(
|
||||||
@ApiParam(name = "projectId", value = "项目Id") @PathVariable Long projectId) {
|
@ApiParam(name = "projectId", value = "项目Id") @PathVariable Long projectId) {
|
||||||
|
|
Loading…
Reference in New Issue