修改体检接口,新增字段,及修复部分bug

This commit is contained in:
sangchengzhi
2026-01-14 17:15:54 +08:00
parent 7e61946025
commit bc92cfb31f
9 changed files with 155 additions and 27 deletions

View File

@@ -15,7 +15,7 @@ import tk.mybatis.spring.annotation.MapperScan;
@EnableAspectJAutoProxy(proxyTargetClass = true)
@SpringBootApplication(scanBasePackages = "com")
@MapperScan(basePackages = {"com.guahao.*.mapper"})
@ServletComponentScan(basePackages = {"com.guahao.common.filter"})
@ServletComponentScan(basePackages = {"com.guahao.common.filter", "com.guahao.common.listener"})
@ComponentScan(basePackages = {"com.guahao"})
@EnableScheduling
public class GuahaoApplication extends SpringBootServletInitializer {