Index: ssts-recyclingapplication/src/main/java/com/forgon/disinfectsystem/recyclingapplication/service/InvoicePlanManagerImpl.java =================================================================== diff -u -r27451 -r27452 --- ssts-recyclingapplication/src/main/java/com/forgon/disinfectsystem/recyclingapplication/service/InvoicePlanManagerImpl.java (.../InvoicePlanManagerImpl.java) (revision 27451) +++ ssts-recyclingapplication/src/main/java/com/forgon/disinfectsystem/recyclingapplication/service/InvoicePlanManagerImpl.java (.../InvoicePlanManagerImpl.java) (revision 27452) @@ -1297,7 +1297,9 @@ .append(InvoicePlan.SIGNED_TRUE) .append(") and po.expressRecycling = '") .append(Constants.STR_YES) - .append("' and po.recyclingAmount is null") + .append("' and (po.isThereIdentificationCard is null or po.isThereIdentificationCard='") + .append(Constants.STR_NO) + .append("') and po.recyclingAmount is null") .append(" order by po.tousseName asc ").toString(); ResultSet rs = null; List quickRecyclingList = new ArrayList();