|
@@ -30,10 +30,7 @@ import com.persagy.proxy.adm.utils.AdmQueryCriteriaHelper;
|
|
|
import com.persagy.proxy.adm.utils.ObjectNameUtil;
|
|
|
import com.persagy.proxy.common.entity.RelationDTO;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
-import org.springframework.web.bind.annotation.PostMapping;
|
|
|
-import org.springframework.web.bind.annotation.RequestBody;
|
|
|
-import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
-import org.springframework.web.bind.annotation.RestController;
|
|
|
+import org.springframework.web.bind.annotation.*;
|
|
|
|
|
|
import javax.ws.rs.QueryParam;
|
|
|
import java.util.*;
|
|
@@ -316,7 +313,7 @@ public class AdmShaftController {
|
|
|
* @return
|
|
|
* @throws Exception
|
|
|
*/
|
|
|
- @PostMapping("/shaft-zoneSpaceBaseTable-building")
|
|
|
+ @GetMapping("/shaft-zoneSpaceBaseTable-building")
|
|
|
public AdmResponse queryZoneSpBd(@QueryParam("shaftId") String shaftId,
|
|
|
@QueryParam("objectType") String objectType) throws Exception {
|
|
|
if(!StrUtil.isAllNotEmpty(shaftId,AdmContextUtil.toDmpContext().getProjectId())) {
|