Authored by zhengwen.ge

update

... ... @@ -115,11 +115,11 @@ public class UnionOrderServiceImpl implements IUnionOrderService {
resList = this.convertTrans(resList,firstOrderList, normalOrderList);
}
}
logger.info("exit getTrandInfo result size is {}",resList.size());
return resList;
} catch (Exception e) {
logger.warn("getUnionOrders: get orders from bigdata redis failed, error is {}", e);
logger.warn("getTrandInfo: get orders from bigdata redis failed, error is {}", e.getMessage());
return null;
}
}
... ...
... ... @@ -46,7 +46,7 @@ public class GdtTransTask {
@Resource
IUnionConfigDAO unionConfigDAO;
@Scheduled(cron = "* 0/6 * * * ?")
@Scheduled(cron = "0 0/6 * * * ?")
public void run() {
UnionOrderReqVO reqVO = new UnionOrderReqVO();
reqVO.setLimit(10);
... ...