Project

General

Profile

New Function #22

Updated by Deca Park over 1 year ago

<p>1.ADMIN login</p> 

 <p>&nbsp; 1) logic<br /> 
 &nbsp; &nbsp; a) check login user<br /> 
 &nbsp; &nbsp; &nbsp; - DB: st_user<br /> 
 &nbsp; &nbsp; &nbsp; - conditions:&nbsp;<br /> 
 &nbsp; &nbsp; &nbsp; &nbsp; id = {login id}<br /> 
 &nbsp; &nbsp; &nbsp; &nbsp; auth IN <span style="color:#e74c3c;"><strong>(&#39;AU00&#39;,&#39;AU01&#39;)</strong></span> (&#39;UT0&#39;,&#39;UT1&#39;) AND user_status =<strong><span style="color:#e74c3c;"> &#39;US01&#39;</span></strong></p> = &#39;10&#39;</p> 

 <p>&nbsp; &nbsp; b) after login<br /> 
 &nbsp; &nbsp; &nbsp; -&nbsp;UPDATE st_user.last_login_date</p> 

Back