Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js =================================================================== diff -u -r36591 -r36603 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 36591) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 36603) @@ -32,7 +32,9 @@ if (sstsConfig.isLoadApplyTemplateForAddRecycleRecord) { $("#departmentTemplate").change(function () { var requestParms = {}; - requestParms.templateIds = $('#departmentTemplate').val(); + if($('#departmentTemplate').val() !== 0 && $('#departmentTemplate').val() !== '0'){ + requestParms.templateIds = $('#departmentTemplate').val(); + } requestParms.orgUnitCoding = $("#departCode").val(); $.ajax({ type: 'get',