拉取数据增加特殊处理

master
wj 2 years ago
parent 46fe9a5e7d
commit 004dea3694

@ -1527,6 +1527,11 @@ public class HeartService {
*/ */
@Transactional(rollbackFor = Exception.class) @Transactional(rollbackFor = Exception.class)
public void pullData(BasicExportTypeEnum exportType) { public void pullData(BasicExportTypeEnum exportType) {
switch (exportType){
case IO_ORDER:
case COUNTRY_DI_DATA:
return;
}
Date startTime = new Date(); Date startTime = new Date();
String data = spGetHttp.pullData(exportType); String data = spGetHttp.pullData(exportType);

Loading…
Cancel
Save