Integer empId=((BsEmployee)request.getSession().getAttribute(SiteDefs.BS_EMPLOYEE)).getEmpId();
import cn.ac.iscas.share.qaManager.util.BsEmployeeMgr;
import cn.ac.iscas.share.qaManager.util.IBsEmployee;
IBsEmployee bsMgr = new BsEmployeeMgr();
//(执行中0 历史项目1已废弃2 未初始化3 提交验收报告后为4 非正常结项为5)
String[] projectStatus = new String[]{"0","1","2","4","5"};
List<ProjectInfo> projList = projMgr.getAllProjects(projectStatus);
import cn.ac.iscas.core.utils.UtilLocaleMessage;
//从资源文件中取得 所对应的中文字符串
String processdefine = UtilLocaleMessage.getLocaleMessage("pm.projplan.processdefine");
String taskasign = UtilLocaleMessage.getLocaleMessage("pm.projplan.taskassigned");
String projPlanBook = UtilLocaleMessage.getLocaleMessage("pm.projplan.book");