YNICTE/Base/Controller
hjcho acbdbc0c83 <관리자 MTS 본인인증 기능 추가>
[Base]
(1) Base/Base.csproj
 - AOCommon.cs 추가
(2) Base/Controller/AOCommon.cs
 - 관리자 본인인증 기능 class 추가
(3) Base/Lib/ENUM.cs
 - IpHostSkipGb 추가
(4) Base/Lib/Helpers.cs
 - IsSkipIPorHost() 매서드추가 : ip스킵여부 체크
[BO]
(1) BO/BO.csproj
 - Partial\MobileChk.cshtml 추가 (sms체크 레이어팝업)
(2) BO/Spring/Controllers.xml
 - aocommon bean추가 : 본인인증
(3) BO/Views/Account/Index.cshtml
 - index수정 (본인인증기능추가)
(4) BO/Views/Shared/Partial/MobileChk.cshtml
 - 본인인증 layer팝업
[Dao]
(1) Dao/MyBatis/Maps/User.xml
 - <select id="users.adminlogin">쿼리에 필드추가
 : CAST(AES_DECRYPT(UNHEX(a.mobile), <include refid="sql.digest"></include>) AS char) mobile
 => 본인인증 체크(핸드폰번호) 를 위해서, 핸드폰번호를 복호화하는 필드를 추가
[Model]
(1) Model/Common.cs
 - SmsAuth class에 userno 속성추가
2022-04-08 04:51:39 +00:00
..
ACommon.cs <기능개선> 2022-03-16 01:23:00 +00:00
ACommonCC.cs [영남건설 인수인계] 2021-12-03 04:12:19 +00:00
ACommonCM.cs [영남건설 인수인계] 2021-12-03 04:12:19 +00:00
ACommonCRoom.cs 1. PMS NO : 2022-03-11 02:18:44 +00:00
ACommonCRoom_ji.cs <신규개발> 2022-01-13 07:41:35 +00:00
ACommonUser.cs <추가사항> 2021-12-08 08:28:59 +00:00
AOCommon.cs <관리자 MTS 본인인증 기능 추가> 2022-04-08 04:51:39 +00:00
BaseController.cs <오류수정> 2021-12-06 00:09:13 +00:00
BasePartialController.cs <추가사사항 - LMS구축 지적사항 보강> 2022-01-06 06:27:24 +00:00
FCommon.cs 1. PMS NO : 2022-03-11 02:18:44 +00:00
FCommonCC.cs 2020-10-12 05:39:23 +00:00
FCommonCRoom.cs 2021-11-03 06:19:08 +00:00
FCommonMy.cs 2021-08-23 06:10:15 +00:00
FCommonPay.cs + 사용자 2021-07-09 00:53:57 +00:00
FOCommon.cs <기능개선> 2022-03-16 01:23:00 +00:00