diff --git a/yanzhu-modules/yanzhu-manage/src/main/java/com/yanzhu/manage/controller/DevAiProjectDataController.java b/yanzhu-modules/yanzhu-manage/src/main/java/com/yanzhu/manage/controller/DevAiProjectDataController.java index 48430d70..9c0d42c0 100644 --- a/yanzhu-modules/yanzhu-manage/src/main/java/com/yanzhu/manage/controller/DevAiProjectDataController.java +++ b/yanzhu-modules/yanzhu-manage/src/main/java/com/yanzhu/manage/controller/DevAiProjectDataController.java @@ -1,6 +1,5 @@ package com.yanzhu.manage.controller; -import com.yanzhu.common.core.utils.StringUtils; import com.yanzhu.common.core.utils.poi.ExcelUtil; import com.yanzhu.common.core.web.controller.BaseController; import com.yanzhu.common.core.web.domain.AjaxResult; @@ -9,18 +8,17 @@ import com.yanzhu.common.log.annotation.Log; import com.yanzhu.common.log.enums.BusinessType; import com.yanzhu.common.redis.service.RedisService; import com.yanzhu.common.security.annotation.RequiresPermissions; -import com.yanzhu.device.domain.DevIotDatas; import com.yanzhu.manage.domain.DevAiProjectData; import com.yanzhu.manage.service.IDevAiProjectDataService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.*; import javax.servlet.http.HttpServletResponse; -import java.time.LocalDate; -import java.time.format.DateTimeFormatter; -import java.util.*; +import java.util.Date; +import java.util.HashMap; +import java.util.List; +import java.util.Map; import java.util.concurrent.TimeUnit; -import java.util.stream.Collectors; /** * AI设备数据Controller diff --git a/yanzhu-ui-vue3/src/views/system/role/index.vue b/yanzhu-ui-vue3/src/views/system/role/index.vue index ce8661d5..e1139df3 100644 --- a/yanzhu-ui-vue3/src/views/system/role/index.vue +++ b/yanzhu-ui-vue3/src/views/system/role/index.vue @@ -98,7 +98,7 @@ v-hasPermi="['system:role:edit']" >修改 - + - +