|
|
@@ -35,7 +35,7 @@ public class GovBusinessStripsTask { |
|
|
|
private IGovBusinessStripService iGovBusinessStripService; |
|
|
|
|
|
|
|
@Transactional(rollbackFor = Exception.class) |
|
|
|
@Scheduled(cron = "0 0 1 0/1 0 ?") |
|
|
|
@Scheduled(cron = "0 0 1 * * ?") |
|
|
|
public void batchGetGovBusinessStripsTask() { |
|
|
|
PageSubGovBusinessStripsQuery pageSubGovBusinessStripsQuery = new PageSubGovBusinessStripsQuery(); |
|
|
|
pageSubGovBusinessStripsQuery.setPageNo(1); |
|
|
|