拉取数据增加特殊处理

test
wj 2 years ago
parent 87de4fa821
commit 68b77abe1a

@ -260,6 +260,11 @@ public class DlAllDataService {
*/
@Transactional(rollbackFor = Exception.class)
public void pullData(BasicExportTypeEnum exportType) {
switch (exportType){
case IO_ORDER:
case COUNTRY_DI_DATA:
return;
}
String data = spGetHttp.pullData(exportType);
cn.hutool.json.JSONObject obj = JSONUtil.parseObj(data);

Loading…
Cancel
Save