|
@@ -229,7 +229,8 @@ public class AdmShaftController {
|
|
|
* @throws Exception
|
|
|
*/
|
|
|
@PostMapping("/query-shaft-functype")
|
|
|
- public AdmResponse queryShFuncType(@QueryParam("projectId") String projectId) throws Exception {
|
|
|
+ public AdmResponse queryShFuncType() throws Exception {
|
|
|
+ String projectId = AdmContextUtil.toDmpContext().getProjectId();
|
|
|
if(StrUtil.isNotEmpty(projectId)){
|
|
|
AdmResponse admResponse = AdmResponse.success();
|
|
|
//查询参数请求查询的类型是否存在
|