Index: ssts-webservice/src/main/java/com/forgon/disinfectsystem/webservice/service/ServiceManagerImpl.java =================================================================== diff -u -r34361 -r34378 --- ssts-webservice/src/main/java/com/forgon/disinfectsystem/webservice/service/ServiceManagerImpl.java (.../ServiceManagerImpl.java) (revision 34361) +++ ssts-webservice/src/main/java/com/forgon/disinfectsystem/webservice/service/ServiceManagerImpl.java (.../ServiceManagerImpl.java) (revision 34378) @@ -874,14 +874,14 @@ } if(StringUtils.isNotBlank(deptCodes)){ invoicePlans = invoicePlanManager - .getAwaitForRecyclingInvoicePlanList(orgUntiCodes,deptCodes,barcode,instrumentSetTypeId); + .getAwaitForRecyclingInvoicePlanList(deptCodes,departmentGroupId,barcode,instrumentSetTypeId); } }catch(Exception e){ } }else{ invoicePlans = invoicePlanManager - .getAwaitForRecyclingInvoicePlanList(orgUntiCodes,deptCodes,barcode,instrumentSetTypeId); + .getAwaitForRecyclingInvoicePlanList(orgUntiCodes,departmentGroupId,barcode,instrumentSetTypeId); } SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm");