|
|
@ -13,11 +13,12 @@ import com.blockchain.server.databot.service.MatchConfigService; |
|
|
|
import com.blockchain.server.databot.service.MatchService; |
|
|
|
import com.blockchain.server.databot.service.MatchService; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.scheduling.annotation.Scheduled; |
|
|
|
import org.springframework.scheduling.annotation.Scheduled; |
|
|
|
|
|
|
|
import org.springframework.stereotype.Component; |
|
|
|
|
|
|
|
|
|
|
|
import java.math.BigDecimal; |
|
|
|
import java.math.BigDecimal; |
|
|
|
import java.util.List; |
|
|
|
import java.util.List; |
|
|
|
|
|
|
|
|
|
|
|
//@Component
|
|
|
|
@Component |
|
|
|
public class MatchScheduling { |
|
|
|
public class MatchScheduling { |
|
|
|
|
|
|
|
|
|
|
|
@Autowired |
|
|
|
@Autowired |
|
|
|