2024-04 fix-不能关闭批处理

This commit is contained in:
2024-05-20 13:50:18 +08:00
parent c628789322
commit e0abce8e48

View File

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