%@ page language="java" pageEncoding="UTF-8" import="java.util.*"
contentType="text/html; charset=UTF-8"%>
<%@ page import="cn.sinobest.framework.comm.iface.IOperator"%>
<%@ page import="cn.sinobest.sysmngr.comm.ConVar"%>
<%@ page import="cn.sinobest.framework.util.Util"%>
<%@ page import="java.util.Date"%>
<%@ include file="/jsp/framework/head.jsp"%>
<%@ taglib uri="/WEB-INF/hnisi.tld" prefix="hnisi"%>
<%@ include file="./taglib.jsp"%>
<%@ page import="cn.sinobest.appcomm.service.sy.AppcommSyService"%>
<%@ page import="java.util.Map"%>
<%
response.setHeader("Pragma", "No-cache");
response.setHeader("Cache-Control", "no-cache");
response.setDateHeader("Expires", 0);
Object obj = request.getSession().getAttribute(
ConVar.LOGIN_SESSION_ID);
String OperID = "";
String wherebgr = " 1=2 ";
String wherebgw = " 1=2 ";
String whereCh = " 1=2 ";
String UnitID="";
String BAE001="";
if (obj != null) {
IOperator Operator = (IOperator) obj;
OperID = Operator.getOperID();
UnitID=Operator.getOperUnitID();
BAE001 = Operator.getBAE001();
//撤回至人个待办 :上一个环节是自己,且当前环节不是自己
whereCh = " c.operid = '" + OperID+"' AND PARENTINSID IS NULL and v.operid<>'" + OperID+"' and c.ACTION_DEF_NAME<>'窗口受理' ";
wherebgr = " operid = '" + OperID + "' AND PARENTINSID IS NULL";
wherebgw = " operid is null"
+ " and bae006 like '"
+ BAE001
+ "%'"
+ " and exists (select 1 from fw_operator2right a, fw_right b where a.rightid = b.rightid and a.AAE100 = b.AAE100 and a.AUTHTYPE='1' and a.AAE100 ='1' and b.action_def_id = v.action_def_id and a.operid ='"
+ OperID + "' AND PARENTINSID IS NULL)";
}
String orderBy = " order by BSTART_TIME, BAE007";
String chOrderBy=" order by v.BSTART_TIME, v.BAE007";
//提交完后需要返回首页
String rtnURL=request.getContextPath()+"/jsp/framework/blank2.jsp?RightID=blank";
//个人经办效能获取
AppcommSyService appcommSyService = (AppcommSyService)Util.getBean("appcommSyService");
Map