Index: ssts-web/src/main/webapp/disinfectsystem/recycle/recycle.js =================================================================== diff -u -r14011 -r18500 --- ssts-web/src/main/webapp/disinfectsystem/recycle/recycle.js (.../recycle.js) (revision 14011) +++ ssts-web/src/main/webapp/disinfectsystem/recycle/recycle.js (.../recycle.js) (revision 18500) @@ -2636,7 +2636,7 @@ params : {tousseItemIds : tousseItemIdsStr}, success : function(response, options) { var result = JSON.parse(response.responseText); - location.href = WWWROOT + '/disinfectsystem/recyclingRecord/recyclingRecordView.jsp?message='+result.msg; + location.href = WWWROOT + '/disinfectsystem/recyclingRecord/recyclingRecordView.jsp?message='+result.message; }, failure : function(response, options) { showResult(response.responseText);