fix - 用户可能会有多个订单的情况优化。保持订单幂等。
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user