Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.js =================================================================== diff -u -r36613 -r36615 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.js (.../awaitForRecycleList.js) (revision 36613) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.js (.../awaitForRecycleList.js) (revision 36615) @@ -909,7 +909,7 @@ dataType: 'json', success: function (msg) { if (msg.success) { - if ((msg.recyclingRecordId || '') !== '') { + if (msg.message.length == 0 && (msg.recyclingRecordId || '') !== '') { openHistoryRecyclingRecord(msg.recyclingRecordId); return }