|
|
@ -260,6 +260,11 @@ public class DlAllDataService {
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@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;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
String data = spGetHttp.pullData(exportType);
|
|
|
|
String data = spGetHttp.pullData(exportType);
|
|
|
|
cn.hutool.json.JSONObject obj = JSONUtil.parseObj(data);
|
|
|
|
cn.hutool.json.JSONObject obj = JSONUtil.parseObj(data);
|
|
|
|