|
@@ -84,4 +84,17 @@ public interface DigitalObjectSimpleClient {
|
|
|
CommonResult<List<Map<String, Object>>> queryDefineInfoByObjType(@RequestParam("groupCode") String groupCode, @RequestParam("projectId") String projectId,
|
|
|
@RequestParam("appId") String appId,
|
|
|
@RequestParam("userId") String userId, @RequestBody RequestData requestData);
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 查询不确定楼层/不确定建筑 的系统
|
|
|
+ * @param groupCode: 集团编码
|
|
|
+ * @param appId: 应用ID
|
|
|
+ * @param userId: 用户ID
|
|
|
+ * @param requestData: 请求参数
|
|
|
+ * @return
|
|
|
+ */
|
|
|
+ @PostMapping("/api/custom/system/queryNotSureSystem")
|
|
|
+ CommonResult<List<Map<String, Object>>> queryNotSureSystem(@RequestParam("groupCode") String groupCode, @RequestParam("projectId") String projectId,
|
|
|
+ @RequestParam("appId") String appId,
|
|
|
+ @RequestParam("userId") String userId, @RequestBody RequestData requestData);
|
|
|
}
|