diff --git a/yanzhu-bigscreen/src/main/java/com/yanzhu/jh/bigscreen/web/controller/ProjectQuarterlyAssessController.java b/yanzhu-bigscreen/src/main/java/com/yanzhu/jh/bigscreen/web/controller/ProjectQuarterlyAssessController.java index 637cc920..ab8e6268 100644 --- a/yanzhu-bigscreen/src/main/java/com/yanzhu/jh/bigscreen/web/controller/ProjectQuarterlyAssessController.java +++ b/yanzhu-bigscreen/src/main/java/com/yanzhu/jh/bigscreen/web/controller/ProjectQuarterlyAssessController.java @@ -1,12 +1,10 @@ package com.yanzhu.jh.bigscreen.web.controller; -import com.ruoyi.common.annotation.Log; import com.ruoyi.common.constant.Constants; import com.ruoyi.common.core.controller.BaseController; import com.ruoyi.common.core.domain.AjaxResult; import com.ruoyi.common.core.page.TableDataInfo; import com.ruoyi.common.core.redis.RedisCache; -import com.ruoyi.common.enums.BusinessType; import com.yanzhu.jh.project.domain.SmzProjectQuarterlyAssess; import com.yanzhu.jh.project.service.ISmzProjectQuarterlyAssessService; import org.springframework.beans.factory.annotation.Autowired; @@ -26,7 +24,6 @@ public class ProjectQuarterlyAssessController extends BaseController { private RedisCache redisCache; - @Log(title = "按部门获取当前季度考核目标", businessType = BusinessType.INSERT) @GetMapping("/currentListByDept") public TableDataInfo currentListByDept(Long deptId){ String key="bgscreen_asscess_currentListByDept"+deptId;