|
@@ -65,8 +65,8 @@ public class DetailDownloadInstallTask {
|
|
List<Map<String, Object>> types = detailDownloadService.getTaskTypeInstall();
|
|
List<Map<String, Object>> types = detailDownloadService.getTaskTypeInstall();
|
|
for (Map<String, Object> downloadType : types) {
|
|
for (Map<String, Object> downloadType : types) {
|
|
int topDownloadTaskType = (Integer) downloadType.get("download_task_type");
|
|
int topDownloadTaskType = (Integer) downloadType.get("download_task_type");
|
|
- // 关联任务表提取相应的数据
|
|
|
|
|
|
|
|
|
|
+ // 关联任务表提取相应的数据
|
|
List<Map<String, Object>> result = detailDownloadService.getTaskDataInstall(topDownloadTaskType);
|
|
List<Map<String, Object>> result = detailDownloadService.getTaskDataInstall(topDownloadTaskType);
|
|
|
|
|
|
// 测试用
|
|
// 测试用
|