fix - 用户可能会有多个订单的情况优化。保持订单幂等。

This commit is contained in:
2026-06-03 16:40:06 +08:00
parent 6074da7c87
commit d66010a830
17 changed files with 362 additions and 66 deletions

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 {