This commit is contained in:
kdh0120 2021-07-01 06:35:53 +00:00
parent 1a37e6865c
commit b4536130b1
3 changed files with 6 additions and 7 deletions

View File

@ -370,7 +370,7 @@
</update>
<update id="users.exitjoin" parameterClass="hashtable">
update users set <include refid="sql.up"></include>
,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
<isNotNull property="userno">userno=#userno#</isNotNull>
<isNotNull property="usernos">userno in ($usernos$)</isNotNull>
@ -645,7 +645,7 @@
<update id="users.exit" parameterClass="hashtable">
update users set <include refid="sql.up"></include>
,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#
</update>
<update id="users.remotelogin.set" parameterClass="hashtable">

View File

@ -13,7 +13,6 @@
<li><a href="/Account/Index">로그인</a></li>
<li><a href="/Account/JoinIdVeri">회원가입</a></li>
}
<li><a href="http://939.co.kr/yicte" target="_blank" >원격지원</a></li>
</ul>
<ul class="gnbMenu">
@Html.Raw(ViewBag.TopMenuM)

View File

@ -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"));