|
@@ -195,6 +195,7 @@ public class ExportStudentPhotoTask implements TaskService {
|
|
|
private void doDownload(String photoUrl, String photoPath, AtomicInteger successCount, AtomicInteger failCount) {
|
|
|
|
|
|
String urlPrefix = "https://ecs-static.qmth.com.cn";
|
|
|
+
|
|
|
photoUrl = FssHelper.finalFileUrl(photoUrl, urlPrefix);
|
|
|
|
|
|
if (new File(photoPath).exists()) {
|