fix - 开启批处理

This commit is contained in:
2026-06-03 22:05:45 +08:00
parent d66010a830
commit c60545fbd6

View File

@@ -12,7 +12,7 @@ import org.springframework.scheduling.annotation.EnableScheduling;
* @since 2017-06-19 * @since 2017-06-19
*/ */
@SpringBootApplication @SpringBootApplication
//@EnableScheduling @EnableScheduling
@MapperScan(value = {"com.ydd.oms.mapper","com.sv.mapper"}) @MapperScan(value = {"com.ydd.oms.mapper","com.sv.mapper"})
public class OmsApplication { public class OmsApplication {