%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ page import="com.pms.common.utils.*"%> <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> <%@ page import="java.util.*" %> <%@include file= "/init_new.jsp" %> <% Map info = (HashMap)(request.getAttribute("resultMap")); boolean isModify = true; if(info!=null && ( CommonUtils.checkNull(info.get("STATUS_TITLE")).equals( "결재중" ) ||CommonUtils.checkNull(info.get("STATUS_TITLE")).equals( "결재완료" ) ||CommonUtils.checkNull(info.get("STATUS_TITLE")).equals( "접수" ) ||CommonUtils.checkNull(info.get("STATUS")).equals( "confirmed" ) ) ){ isModify = false; //수정불가 } String actType = (String)request.getAttribute("actType"); %> <% PersonBean person = (PersonBean)session.getAttribute(Constants.PERSON_BEAN); String userId = CommonUtils.checkNull(person.getUserId()); %>