From 8f665d4ff4ad461da2ac09e67eecd34c02edac38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E7=8E=89=E7=90=A6?= <7507756+jiang_yuqi@user.noreply.gitee.com> Date: Sun, 27 Oct 2024 16:40:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xd/system/controller/TowerCraneApiController.java | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ruoyi-yanzhu/src/main/java/com/yanzhu/xd/system/controller/TowerCraneApiController.java b/ruoyi-yanzhu/src/main/java/com/yanzhu/xd/system/controller/TowerCraneApiController.java index 0aee5fa..1fcc260 100644 --- a/ruoyi-yanzhu/src/main/java/com/yanzhu/xd/system/controller/TowerCraneApiController.java +++ b/ruoyi-yanzhu/src/main/java/com/yanzhu/xd/system/controller/TowerCraneApiController.java @@ -2,13 +2,11 @@ package com.yanzhu.xd.system.controller; import cn.hutool.http.HttpUtil; import com.ruoyi.common.core.domain.AjaxResult; -import com.ruoyi.common.core.redis.RedisCache; import com.ruoyi.common.core.text.Convert; import com.ruoyi.common.exception.ServiceException; import com.ruoyi.common.utils.DateUtils; import com.yanzhu.xd.system.domain.DevTowerProjectConfig; import com.yanzhu.xd.system.domain.TowerReqVo; -import com.yanzhu.xd.system.emuns.CacheConstants; import com.yanzhu.xd.system.emuns.TowerTypeEnums; import com.yanzhu.xd.system.service.IDevTowerProjectConfigService; import org.springframework.beans.factory.annotation.Autowired; @@ -18,7 +16,10 @@ import org.springframework.web.bind.annotation.RequestBody; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; -import java.util.*; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.Objects; /** * 塔吊监测APIController @@ -27,7 +28,7 @@ import java.util.*; * @date 2024-01-13 */ @RestController -@RequestMapping("/desApi/towerCrane") +@RequestMapping("/mklApi/towerCrane") public class TowerCraneApiController { @Autowired