...
|
...
|
@@ -46,10 +46,10 @@ public class GdtTransTask { |
|
|
@Resource
|
|
|
IUnionConfigDAO unionConfigDAO;
|
|
|
|
|
|
@Scheduled(cron = "* 0/5 * * * ?")
|
|
|
@Scheduled(cron = "* 0/6 * * * ?")
|
|
|
public void run() {
|
|
|
UnionOrderReqVO reqVO = new UnionOrderReqVO();
|
|
|
reqVO.setLimit(20);
|
|
|
reqVO.setLimit(10);
|
|
|
this.execute(reqVO);
|
|
|
}
|
|
|
|
...
|
...
|
|