Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js =================================================================== diff -u -r13390 -r13398 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 13390) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 13398) @@ -2061,7 +2061,7 @@ if(sessionRecyclingUser != null && sessionRecyclingUser != 'null'){ $("#recyclingUser").val(sessionRecyclingUser); } - if(isSecondSupplyRoom && id == ""){ + if(isSecondSupplyRoom && id == "" && params_appId == ""){ $("#depart").val(secondOrgUnitName); $("#departCode").val(secondOrgUnitCoding); }