From b4536130b16834115514b072740cd0b34220c97a Mon Sep 17 00:00:00 2001 From: kdh0120 Date: Thu, 1 Jul 2021 06:35:53 +0000 Subject: [PATCH] --- Dao/MyBatis/Maps/User.xml | 4 ++-- FO/Views/Shared/Partial/GNB.cshtml | 1 - FO/js/site.js | 8 ++++---- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Dao/MyBatis/Maps/User.xml b/Dao/MyBatis/Maps/User.xml index 4f3ef04..ef4348f 100644 --- a/Dao/MyBatis/Maps/User.xml +++ b/Dao/MyBatis/Maps/User.xml @@ -370,7 +370,7 @@ update users set - ,username='탈퇴회원',email=null,mobile=null,telno=null,userpno=null,bankno=null,post=null,address1=null,address2=null,status=99 + ,username='탈퇴회원',usernameeng=null,email=null,mobile=null,telno=null,userpno=null,bankno=null,post=null,address1=null,address2=null,di=null,ci=null,vssn=null,authplatform=0,status=99 where userno=#userno# userno in ($usernos$) @@ -645,7 +645,7 @@ update users set ,exitreason=#exitreason# - ,username='탈퇴회원',email=null,mobile=null,telno=null,birthday=null,vssn=null,di=null,ci=null,userpno=null,bankno=null,post=null,address1=null,address2=null,status=99 + ,username='탈퇴회원',usernameeng=null,email=null,mobile=null,telno=null,birthday=null,vssn=null,di=null,ci=null,userpno=null,bankno=null,post=null,address1=null,address2=null,di=null,ci=null,vssn=null,authplatform=0,status=99 where userno=#userno# diff --git a/FO/Views/Shared/Partial/GNB.cshtml b/FO/Views/Shared/Partial/GNB.cshtml index ea20717..3c12d79 100644 --- a/FO/Views/Shared/Partial/GNB.cshtml +++ b/FO/Views/Shared/Partial/GNB.cshtml @@ -13,7 +13,6 @@
  • 로그인
  • 회원가입
  • } -
  • 원격지원
    • @Html.Raw(ViewBag.TopMenuM) diff --git a/FO/js/site.js b/FO/js/site.js index 7a628b7..0b9131d 100644 --- a/FO/js/site.js +++ b/FO/js/site.js @@ -1135,10 +1135,10 @@ function commaset(v) { return fv; } function goremote() { - var winl = (screen.width - 840) / 2; - var wint = (screen.height - 410) / 2; - var opt = 'height=410, width=840, top=' + wint + ', left=' + winl + ', scrollbars=no, location=no, noresizable'; - window.open("http://helpu.kr/kfcf/", "remoteWin", opt); + //var winl = (screen.width - 840) / 2; + //var wint = (screen.height - 410) / 2; + //var opt = 'height=410, width=840, top=' + wint + ', left=' + winl + ', scrollbars=no, location=no, noresizable'; + window.open("http://939.co.kr/yicte", "_blank"); } function checkall(c, cssclass) { $("input[type=checkbox]." + cssclass).prop("checked", $(c).prop("checked"));