|
|
|
@ -205,9 +205,10 @@ public class PrevailCloudApiController {
|
|
|
|
|
return "当前区间内图片总数:" + count + "条,本次获取:" + localCount + "条,可处理数据:" + size + "条";
|
|
|
|
|
} catch (Exception e) {
|
|
|
|
|
e.printStackTrace();
|
|
|
|
|
return e.getMessage();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return "处理失败";
|
|
|
|
|
// return "处理失败";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@GetMapping("/pullPictureByParameter")
|
|
|
|
@ -387,6 +388,7 @@ public class PrevailCloudApiController {
|
|
|
|
|
log.error("当前区间内图片总数:{}条,本次获取:{}条,可处理数据:{}条", totalCount, totalLocalCount, totalSize);
|
|
|
|
|
} catch (Exception e) {
|
|
|
|
|
e.printStackTrace();
|
|
|
|
|
log.error("批量失败error:{}", e.getMessage());
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|