| | |
| | | import com.nq.service.IMandatoryLiquidationService; |
| | | import com.nq.service.IStockService; |
| | | import com.nq.service.IUserPositionService; |
| | | import com.nq.service.UserPendingorderService; |
| | | import com.nq.utils.http.HttpClientRequest; |
| | | import com.nq.utils.redis.RedisKeyUtil; |
| | | import org.slf4j.Logger; |
| | |
| | | |
| | | @Autowired |
| | | IUserPositionService userPositionService; |
| | | @Autowired |
| | | UserPendingorderService userPendingorderService; |
| | | |
| | | @Autowired |
| | | UserPositionMapper userPositionMapper; |
| | |
| | | } |
| | | } |
| | | |
| | | // @Scheduled(cron = "0 0/1 * * * ?") |
| | | @Scheduled(cron = "0 30 21 * * ?") |
| | | public void delUserPendingorder() { |
| | | userPendingorderService.delUserPendingorderTask(); |
| | | } |
| | | |
| | | |
| | | /** |
| | | * 同步美国股票 |