gbsa-iten 2024-05-20
중복체크 관련 수정 원복
@18ccfa161f63980850c89ced040db92c0b2d3c6d
src/main/webapp/js/MJUtill.js
--- src/main/webapp/js/MJUtill.js
+++ src/main/webapp/js/MJUtill.js
@@ -590,10 +590,12 @@
 				if(item.phone == item2.phone){
 					
 					chk = false;
-//					dupCnt = dupCnt + 1;
+					dupCnt = dupCnt + 1;
+					
 				}
 			}
-		});
+			
+		});			
 		
 		if(chk){
 			uniqData.push(item);
@@ -601,7 +603,6 @@
 		else {
 			// Get 중복 연락처 
 			GetDupliPhoneDataReal(item.phone);
-			dupCnt = numberWithCommas(dupliPhoneDataRealList.length);
 		}
 		
 	});	
Add a comment
List