1
zj
2024-05-02 8224ea2b0575273128895dab5607d4ed676981b9
src/main/java/com/nq/service/impl/SiteNewsServiceImpl.java
@@ -141,7 +141,7 @@
    public int grabNews() {
        int ret = 0;
         addNews(1, EStockType.US.getStockUrl() +"stock-markets?key="+ EStockType.US.getStockKey() +"&type=4");
         addNews(2,EStockType.MAS.getStockUrl() +"stock-markets?key="+ EStockType.MAS.getStockKey() +"&type=5");
         addNews(2,EStockType.IN.getStockUrl() +"stock-markets?key="+ EStockType.IN.getStockKey() +"&type=5");
         return ret;
    }