jity7777
|
1721df28fb
|
<단순작업>
1. 개발용으로 단순변경
2. 관리자 특정 계정에 인증 제거 로직 추가
|
2023-03-13 01:31:05 +00:00 |
jity7777
|
88237b69a1
|
## 프로젝트 파일 재 정리중 일부 커밋
|
2022-04-28 04:18:53 +00:00 |
jity7777
|
8a37b5269e
|
<기능개선>
1. PMS NO : 추가개발건 진행 및 5756건(시작일자를 교육종료일로 변경)
2. (주요)작업내용
(1) Base/Controller/ACommon.cs
(2) Base/Controller/ACommonCRoom.cs
(3) Base/Controller/AOCommon.cs
(4) Base/Controller/FOCommon.cs
(5) BO/Content/homeDepth2.htm
(6) BO/Controllers/cmController.cs
(7) BO/Controllers/croomController.cs
(8) BO/Views/user/ur.cshtml ( 5756건 처리)
(9) Dao/MyBatis/Maps/Common.xml
(10) Dao/MyBatis/Maps/Lect.xml ( 5756건 처리)
(11) FO/Controllers/CourseController.cs
(12) FO/Views/Home/Index.cshtml
|
2022-04-19 07:54:01 +00:00 |
jity7777
|
8cfa0669b6
|
<기능개선>
1. PMS NO : 추가 개발건 운영 반영관련
2. (주요)작업내용
|
2022-04-13 00:28:05 +00:00 |
jity7777
|
a85365ea48
|
<기능개선>
1. PMS NO :
2. (주요)작업내용
(1) 추가 개발 관련
|
2022-04-12 03:12:25 +00:00 |
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 |