Index: ssts-recyclingapplication/src/main/java/com/forgon/disinfectsystem/recyclingapplication/service/InvoicePlanManagerImpl.java =================================================================== diff -u -r27443 -r27448 --- ssts-recyclingapplication/src/main/java/com/forgon/disinfectsystem/recyclingapplication/service/InvoicePlanManagerImpl.java (.../InvoicePlanManagerImpl.java) (revision 27443) +++ ssts-recyclingapplication/src/main/java/com/forgon/disinfectsystem/recyclingapplication/service/InvoicePlanManagerImpl.java (.../InvoicePlanManagerImpl.java) (revision 27448) @@ -1297,7 +1297,7 @@ .append(InvoicePlan.SIGNED_TRUE) .append(") and po.expressRecycling = '") .append(Constants.STR_YES) - .append("' and po.recyclingAmount is not null") + .append("' and po.recyclingAmount is null") .append(" order by po.tousseName asc ").toString(); ResultSet rs = null; List quickRecyclingList = new ArrayList();