|
@@ -252,7 +252,9 @@ public class ConsultancyReimbursementInfoController {
|
|
|
}
|
|
}
|
|
|
List<String> idList = Lists.newArrayList();
|
|
List<String> idList = Lists.newArrayList();
|
|
|
for (ConsultancyRetureListDto listDto : result) {
|
|
for (ConsultancyRetureListDto listDto : result) {
|
|
|
- idList.add(listDto.getId());
|
|
|
|
|
|
|
+ if("2".equals(listDto.getType()) || "5".equals(listDto.getType())){
|
|
|
|
|
+ idList.add(listDto.getId());
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
List<ConsultancyReimbursementAmountInfoDTO> invoiceReimbursementAmountList = Lists.newArrayList();
|
|
List<ConsultancyReimbursementAmountInfoDTO> invoiceReimbursementAmountList = Lists.newArrayList();
|
|
|
if(idList.size()>0){
|
|
if(idList.size()>0){
|