修改插入报错问题

This commit is contained in:
2025-07-09 18:50:26 +08:00
parent 8b93776a0d
commit 047c2901fb
8 changed files with 81 additions and 11 deletions

View File

@@ -10,9 +10,8 @@ import org.springframework.scheduling.annotation.EnableScheduling;
*
* @author ruoyi
*/
@SpringBootApplication
@EnableScheduling //开启定时任务注解驱动
@SpringBootApplication
public class RuoYiApplication {
public static void main(String[] args) {