|
@@ -220,7 +220,7 @@ public class EVDataServiceImpl implements EVDataService {
|
|
Long pdfSize = 0L;
|
|
Long pdfSize = 0L;
|
|
String nodePdfUrl = "";
|
|
String nodePdfUrl = "";
|
|
|
|
|
|
- List<Map<String, Object>> mapList = jdbcTemplate.queryForList("select *,domain_url as url from m_table_file where is_deleted = 0 and type in (10,11,12) and tab_id = (select wbs_id from u_information_query WHERE id = + " + taskApp.getFormDataId() + ")");
|
|
|
|
|
|
+ List<Map<String, Object>> mapList = jdbcTemplate.queryForList("select *,domain_url as url from m_table_file where is_deleted = 0 and type in (10,11,12) and (tab_id,classify) in (select wbs_id, classify from u_information_query WHERE id = + " + taskApp.getFormDataId() + ")");
|
|
if (Func.isNotEmpty(mapList) && mapList.size() >= 1) {
|
|
if (Func.isNotEmpty(mapList) && mapList.size() >= 1) {
|
|
String file_path = FileUtils.getSysLocalFileUrl();
|
|
String file_path = FileUtils.getSysLocalFileUrl();
|
|
List<String> datainfo = new ArrayList<>();
|
|
List<String> datainfo = new ArrayList<>();
|