瀏覽代碼

fix 修复 代码生成幂等注解路径错误

疯狂的狮子li 2 年之前
父節點
當前提交
4e1f970195
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ruoyi-modules/ruoyi-generator/src/main/resources/vm/java/controller.java.vm

+ 1 - 1
ruoyi-modules/ruoyi-generator/src/main/resources/vm/java/controller.java.vm

@@ -8,7 +8,7 @@ import jakarta.validation.constraints.*;
 import cn.dev33.satoken.annotation.SaCheckPermission;
 import org.springframework.web.bind.annotation.*;
 import org.springframework.validation.annotation.Validated;
-import annotation.idempotent.common.org.dromara.RepeatSubmit;
+import org.dromara.annotation.idempotent.common.RepeatSubmit;
 import org.dromara.common.log.annotation.Log;
 import org.dromara.common.web.core.BaseController;
 import org.dromara.common.mybatis.core.page.PageQuery;