Parcourir la source

공통코드 수정

jsshin il y a 5 ans
Parent
commit
9389cb6697

+ 1 - 1
src/main/java/com/style24/admin/biz/web/TsaCustomerController.java

@@ -347,7 +347,7 @@ public class TsaCustomerController extends TsaBaseController {
 		mav.addObject("genderGbList", rendererService.getCommonCodeList("G007"));
 
 		// 회원 구분
-		mav.addObject("custGbList", rendererService.getCommonCodeList("G100"));
+		mav.addObject("custGbList", rendererService.getCommonCodeList("G100","Y"));
 
 		// 회원 등급
 		mav.addObject("custGradeList", rendererService.getCommonCodeList("G110"));