rs.executeQuery("select count(1) as num from "+billTableName+" where resourceId = ? and jqlx =? and spzt != 2",resourceId,leaveType);
rs.executeQuery("select count(1) as num from "+billTableName+" where resourceId = ? and jqlx =? and requestid != ? and spzt != 2",resourceId,leaveType,requestInfo.getRequestid());