Merge branch 'hylee' into advc
This commit is contained in:
commit
6d8aedc91f
@ -128,11 +128,16 @@ public class CndtnTrgtMngController {
|
|||||||
public String trgtList(
|
public String trgtList(
|
||||||
@ModelAttribute("cndtnTrgtInfoMngVO") CndtnTrgtMngVO cndtnTrgtInfoMngVO
|
@ModelAttribute("cndtnTrgtInfoMngVO") CndtnTrgtMngVO cndtnTrgtInfoMngVO
|
||||||
, ModelMap model
|
, ModelMap model
|
||||||
|
, HttpServletRequest request
|
||||||
) throws Exception {
|
) throws Exception {
|
||||||
|
|
||||||
//로그인 처리====================================
|
//로그인 처리====================================
|
||||||
//로그인 정보 가져오기
|
//로그인 정보 가져오기
|
||||||
|
LoginVO loginVO = checkLoginUtil.getAuthLoginVO(); //권한에 따른 로그인 정보 가져오기
|
||||||
|
SsoLoginVO ssoLoginVO = checkLoginUtil.getSSOLoginVO(request); //SSO 로그인 정보 가져오기
|
||||||
|
|
||||||
|
System.out.println("loginVO.getAuthority() :: "+ loginVO.getAuthority());
|
||||||
|
|
||||||
String s_oprtnLoginCheckNInfo = checkLoginUtil.oprtnCheckNInfo(model);
|
String s_oprtnLoginCheckNInfo = checkLoginUtil.oprtnCheckNInfo(model);
|
||||||
if (!"".equals(s_oprtnLoginCheckNInfo)) return s_oprtnLoginCheckNInfo;
|
if (!"".equals(s_oprtnLoginCheckNInfo)) return s_oprtnLoginCheckNInfo;
|
||||||
|
|
||||||
|
|||||||
@ -90,12 +90,11 @@
|
|||||||
|
|
||||||
<select id="authorManageDAO.selectAuthor" resultMap="author">
|
<select id="authorManageDAO.selectAuthor" resultMap="author">
|
||||||
/* authorManageDAO.selectAuthor */
|
/* authorManageDAO.selectAuthor */
|
||||||
<![CDATA[
|
|
||||||
SELECT AUTHOR_CODE, AUTHOR_NM, AUTHOR_DC, AUTHOR_CREAT_DE,
|
SELECT AUTHOR_CODE, AUTHOR_NM, AUTHOR_DC, AUTHOR_CREAT_DE,
|
||||||
DATE_FORMAT(AUTHOR_CREAT_DE , '%Y-%m-%d') SORT_NUM
|
AUTHOR_CREAT_DE AS SORT_NUM
|
||||||
|
/* DATE_FORMAT(AUTHOR_CREAT_DE , '%Y-%m-%d') SORT_NUM */
|
||||||
FROM LETTNAUTHORINFO
|
FROM LETTNAUTHORINFO
|
||||||
WHERE AUTHOR_CODE=#authorCode#
|
WHERE AUTHOR_CODE=#authorCode#
|
||||||
]]>
|
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="authorManageDAO.selectAuthorListTotCnt" parameterClass="AuthorManageVO" resultClass="int">
|
<select id="authorManageDAO.selectAuthorListTotCnt" parameterClass="AuthorManageVO" resultClass="int">
|
||||||
|
|||||||
@ -102,7 +102,7 @@
|
|||||||
document.statusChgForm.eduStateCd.value = aplctStateCd ;
|
document.statusChgForm.eduStateCd.value = aplctStateCd ;
|
||||||
document.statusChgForm.sspnIdtmtTrgtOrd.value = sspnIdtmtTrgtOrd ;
|
document.statusChgForm.sspnIdtmtTrgtOrd.value = sspnIdtmtTrgtOrd ;
|
||||||
var data = new FormData(document.getElementById("statusChgForm"));
|
var data = new FormData(document.getElementById("statusChgForm"));
|
||||||
if(confirm("상태병경을 하시겠습니까?")){
|
if(confirm("상태변경을 하시겠습니까?")){
|
||||||
var url = "<c:url value='/kccadr/oprtn/cndtnSspnIdtmt/updateAplctStateCdAjax.do'/>";
|
var url = "<c:url value='/kccadr/oprtn/cndtnSspnIdtmt/updateAplctStateCdAjax.do'/>";
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type:"POST",
|
type:"POST",
|
||||||
|
|||||||
@ -94,7 +94,7 @@
|
|||||||
document.statusChgForm.eduAplctOrd.value = eduAplctOrd ;
|
document.statusChgForm.eduAplctOrd.value = eduAplctOrd ;
|
||||||
document.statusChgForm.aplctStateCd.value = aplctStateCd ;
|
document.statusChgForm.aplctStateCd.value = aplctStateCd ;
|
||||||
var data = new FormData(document.getElementById("statusChgForm"));
|
var data = new FormData(document.getElementById("statusChgForm"));
|
||||||
if(confirm("상태병경을 하시겠습니까?")){
|
if(confirm("상태변경을 하시겠습니까?")){
|
||||||
var url = "<c:url value='/kccadr/oprtn/cndtnSspnIdtmt/updateAplctStateCdAjax.do'/>";
|
var url = "<c:url value='/kccadr/oprtn/cndtnSspnIdtmt/updateAplctStateCdAjax.do'/>";
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type:"POST",
|
type:"POST",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user