|
@@ -33,9 +33,9 @@ public class ChoiceTempIndexServiceImpl implements ChoiceTempIndexService {
|
|
|
|
|
|
private static final String urlRedis = "http://taifooksec.com/init/redis/updateInfo.do";
|
|
|
|
|
|
- private static final String sourceAfterFileUrl = "D:/www/wwwroot/csqdata/tempindex/after";
|
|
|
+ private static final String sourceAfterFileUrl = "/www/wwwroot/csqdata/tempindex/after";
|
|
|
|
|
|
- private static final String goalAfterFileUrl = "D:/www/wwwroot/csqdata/tempindex/after/backup";
|
|
|
+ private static final String goalAfterFileUrl = "/www/wwwroot/csqdata/tempindex/after/backup";
|
|
|
|
|
|
@Autowired
|
|
|
private ChoiceStockMapper choiceStockMapper;
|