yaozhixue 1 년 전
부모
커밋
776eab40d5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/zfire/jiasm/syncdata/service/impl/DetailDownloadServiceImpl.java

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

@@ -144,7 +144,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.id=193634 and a.download_status=3 and download_times = 6");
+				+ " and a.id=193634 and a.download_status=0 and download_times = 6");
 		return result;
 	}