Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/expressRecycleForTouchScreen.jsp =================================================================== diff -u -r26141 -r26298 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/expressRecycleForTouchScreen.jsp (.../expressRecycleForTouchScreen.jsp) (revision 26141) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/expressRecycleForTouchScreen.jsp (.../expressRecycleForTouchScreen.jsp) (revision 26298) @@ -1098,7 +1098,7 @@ var params = getScanedGoods(isCleanedEntirely); var loadedAmount = 0; DWREngine.setAsync(false); - RecyclingRecordTableManager.getTousseIntoBasketAmount(tousseDefinitionID,recycleAmount,"",JSON.stringify(params),"",app_id,function(result){ + RecyclingRecordTableManager.getTousseIntoBasketAmount("",tousseDefinitionID,recycleAmount,"",JSON.stringify(params),"",app_id,function(result){ var jsonObj = JSON.parse(result); loadedAmount = jsonObj.success; Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/expressIntoBasket.js =================================================================== diff -u -r26014 -r26298 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/expressIntoBasket.js (.../expressIntoBasket.js) (revision 26014) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/expressIntoBasket.js (.../expressIntoBasket.js) (revision 26298) @@ -2024,7 +2024,7 @@ var loadedAmount = 0; var recyclingApplicationId = $('#recyclingApplicationId').val(); DWREngine.setAsync(false); - RecyclingRecordTableManager.getTousseIntoBasketAmount(tousseDefinitionID,recycleAmount,idCardBarcode,JSON.stringify(params),JSON.stringify(getTousseIntoBasketInfo()),recyclingApplicationId,function(result){ + RecyclingRecordTableManager.getTousseIntoBasketAmount("",tousseDefinitionID,recycleAmount,idCardBarcode,JSON.stringify(params),JSON.stringify(getTousseIntoBasketInfo()),recyclingApplicationId,function(result){ var jsonObj = JSON.parse(result); isCleanedEntirely = '否'; if(!jsonObj.success){