Browse Source

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

疯狂的狮子li 2 years ago
parent
commit
4e1f970195

+ 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;