yaozhixue 1 year ago
parent
commit
5425e18092

+ 1 - 1
src/main/java/com/zfire/jiasm/syncdata/download/order/DetailDownloadInstallTask.java

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

+ 1 - 1
src/main/java/com/zfire/jiasm/syncdata/service/impl/DetailDownloadServiceImpl.java

@@ -146,7 +146,7 @@ public class DetailDownloadServiceImpl implements DetailDownloadService {
 				+ " c.download_task_type_name "
 				+ " FROM itf_gree_to_fa_download_task_list a,itf_gree_to_fa_download_task_type c "
 				+ " where a.download_task_type=c.download_task_type "
-				+ " and a.download_key_value='C66B950A676348CCAE6D2AAD66364430' ");
+				+ " and a.download_key_value='8aaaa2d38a983600018a9c85c4940d9e' ");
 		return result;
 	}