|
@@ -1858,7 +1858,7 @@ public class ExcelTabController extends BladeController {
|
|
|
String contractsIdsStr = contractsIds.stream()
|
|
|
.map(id -> "'" + id + "'")
|
|
|
.collect(Collectors.joining(", "));;
|
|
|
- String sql1 = "select pdf_url,e_visa_pdf_url,pdf_trial_url,pdf_trial_url_position,status from u_information_query where classify='" + classify + "' and wbs_id='" + nodeId + "' and contract_id in(" + contractsIdsStr + ")";
|
|
|
+ String sql1 = "select pdf_url,e_visa_pdf_url,pdf_trial_url,pdf_trial_url_position,status from u_information_query where classify='" + classify + "' and wbs_id='" + nodeId + "' and contract_id in(" + contractsIdsStr + ") and status in(0,1,2)";
|
|
|
maps = jdbcTemplate.queryForList(sql1);
|
|
|
}
|
|
|
}
|